By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-11-23T09:35:42.407Z||main|||||INFO|500||The following profiles are active: basic
2021-11-23T09:35:56.010Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-23T09:35:56.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-23T09:35:56.129Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-23T09:36:01.098Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-23T09:36:01.591Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-23T09:36:02.211Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-23T09:36:02.220Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-23T09:36:02.391Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-23T09:36:02.719Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-23T09:36:03.329Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-23T09:36:10.051Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-23T09:36:12.343Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-23T09:36:12.401Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-23T09:36:12.979Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-23T09:36:13.103Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-23T09:36:14.278Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-23T09:36:15.362Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-23T09:36:15.382Z||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$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-23T09:36:15.383Z||main|||||WARN|500||The sdc end point is not alive
2021-11-23T09:36:18.519Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-23T09:36:21.250Z||main|||||WARN|500||---
2021-11-23T09:36:21.251Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-23T09:36:21.251Z||main|||||WARN|500||---
2021-11-23T09:36:21.672Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-23T09:36:26.237Z||main|||||INFO|500||Started Application in 48.158 seconds (JVM running for 53.306)
2021-11-23T09:36:26.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-23T09:36:26.253Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-23T09:36:26.262Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-23T09:36:26.286Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-23T09:36:26.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 37ffc91f-7b67-4c35-853a-7687e4c2d340 url= /sdc/v1/artifactTypes
2021-11-23T09:36:26.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-23T09:36:26.600Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-23T09:36:26.622Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-23T09:36:26.640Z||scheduling-1|||||DEBUG|500||create keys
2021-11-23T09:36:26.647Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-23T09:36:26.837Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:36:26.853Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6572b384-1f8b-4345-885a-a9c48fc8fb66 url= /sdc/v1/registerForDistribution
2021-11-23T09:36:27.274Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6572b384-1f8b-4345-885a-a9c48fc8fb66 url= /sdc/v1/registerForDistribution
2021-11-23T09:36:27.274Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-23T09:36:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:36:27.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:36:27.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:36:27.290Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:36:27.291Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:36:27.291Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-23T09:36:27.291Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:36:38.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:36:38.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:37:27.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:37:27.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:37:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:37:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:37:27.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:37:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:37:36.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:37:36.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:38:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:38:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:38:27.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:38:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:38:27.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:38:27.291Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:38:36.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:38:36.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:39:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:39:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:39:27.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:39:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:39:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:39:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:39:36.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:39:36.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:40:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:40:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:40:27.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:40:27.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:40:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:40:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:40:36.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:40:36.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:41:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:41:27.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:41:27.283Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:41:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:41:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:41:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:41:36.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:41:36.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:42:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:42:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:42:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:42:27.285Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:42:27.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:42:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:42:36.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:42:36.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:43:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:43:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:43:27.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:43:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:43:27.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:43:27.290Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:43:36.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:43:36.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:44:27.281Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:44:27.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:44:27.283Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:44:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:44:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:44:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:44:36.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:44:36.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:45:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:45:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:45:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:45:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:45:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:45:27.286Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:45:36.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:45:36.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:46:03.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-23T09:46:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:46:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:46:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:46:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:46:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:46:27.284Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:46:36.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:46:36.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:47:27.281Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:47:27.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:47:27.283Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:47:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:47:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:47:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:47:36.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:47:36.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:48:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:48:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:48:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:48:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:48:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:48:27.285Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:48:36.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:48:36.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:49:27.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:49:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:49:27.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:49:27.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:49:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:49:27.286Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T09:49:36.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:49:36.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:50:27.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:50:27.282Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:50:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:50:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:50:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:50:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:50:36.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:50:36.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:51:27.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:51:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:51:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:51:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:51:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:51:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:51:36.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:51:36.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:52:27.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:52:27.282Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:52:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:52:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:52:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:52:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:52:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:52:36.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:53:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:53:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:53:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:53:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:53:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:53:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:53:36.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:53:36.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:54:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:54:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:54:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:54:27.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:54:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:54:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:54:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:54:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:55:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:55:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:55:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:55:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:55:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:55:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:55:36.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:55:36.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:56:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:56:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:56:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:56:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:56:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:56:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:56:36.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:56:36.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:57:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:57:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:57:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:57:27.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:57:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:57:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:57:36.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:57:36.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:58:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:58:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:58:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:58:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:58:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:58:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:58:36.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:58:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:59:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:59:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T09:59:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:59:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T09:59:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:59:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T09:59:36.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T09:59:36.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:00:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:00:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:00:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:00:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:00:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:00:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:00:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:00:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:01:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:01:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:01:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:01:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:01:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:01:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:01:36.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:01:36.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:02:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:02:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:02:27.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:02:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:02:27.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:02:27.287Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:02:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:02:36.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:03:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:03:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:03:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:03:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:03:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:03:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:03:36.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:03:36.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:04:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:04:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:04:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:04:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:04:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:04:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:04:36.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:04:36.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:05:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:05:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:05:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:05:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:05:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:05:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:05:36.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:05:36.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:06:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:06:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:06:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:06:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:06:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:06:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:06:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:06:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:07:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:07:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:07:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:07:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:07:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:07:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:07:36.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:07:36.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:08:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:08:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:08:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:08:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:08:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:08:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:08:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:08:36.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:09:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:09:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:09:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:09:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:09:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:09:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:09:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:09:36.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:10:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:10:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:10:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:10:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:10:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:10:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:10:36.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:10:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:11:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:11:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:11:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:11:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:11:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:11:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:11:36.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:11:36.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:12:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:12:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:12:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:12:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:12:27.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:12:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:12:36.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:12:36.856Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:13:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:13:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:13:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:13:27.283Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:13:27.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:13:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:13:36.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:13:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:14:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:14:27.283Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:14:27.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:14:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:14:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:14:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:14:36.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:14:36.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:15:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:15:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:15:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:15:27.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:15:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:15:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:15:36.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:15:36.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:16:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:16:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:16:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:16:27.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:16:27.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:16:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:16:36.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:16:36.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:17:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:17:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:17:27.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:17:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:17:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:17:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:17:36.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:17:36.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:18:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:18:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:18:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:18:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:18:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:18:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:18:36.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:18:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:19:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:19:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:19:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:19:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:19:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:19:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:19:36.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:19:36.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:20:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:20:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:20:27.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:20:27.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:20:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:20:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:20:36.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:20:36.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:21:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:21:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:21:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:21:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:21:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:21:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:21:36.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:21:36.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:22:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:22:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:22:27.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:22:27.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:22:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:22:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:22:36.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:22:36.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:23:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:23:27.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:23:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:23:27.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:23:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:23:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:23:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:23:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:24:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:24:27.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:24:27.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:24:27.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:24:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:24:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:24:36.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:24:36.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:25:27.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:25:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:25:27.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:25:27.289Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:25:27.289Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:25:27.289Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:25:36.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:25:36.864Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:26:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:26:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:26:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:26:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:26:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:26:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:26:36.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:26:36.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:27:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:27:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:27:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:27:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:27:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:27:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:27:36.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:27:36.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:28:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:28:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:28:27.282Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:28:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:28:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:28:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:28:36.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:28:36.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:29:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:29:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:29:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:29:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:29:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:29:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:29:36.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:29:36.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:30:27.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:30:27.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:30:27.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:30:27.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:30:27.291Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:30:27.291Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:30:36.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:30:36.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:31:27.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:31:27.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:31:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:31:27.283Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:31:27.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:31:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:31:36.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:31:36.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:32:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:32:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:32:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:32:27.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:32:27.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:32:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:32:36.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:32:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:33:27.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:33:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:33:27.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:33:27.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:33:27.283Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:33:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:33:36.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:33:36.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:27.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:34:27.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:34:27.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:27.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:34:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:34:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:34:27.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:27.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:27.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ed44fd8-6f3d-4c14-9375-b4dc08428d46","serviceName":"vFW 2021-11-23 10-31-37","serviceVersion":"1.0","serviceUUID":"ba82f5ae-9aab-48bf-bb5f-a147941ddb08","serviceDescription":"catalog service description","serviceInvariantUUID":"7275870f-3fd1-46dc-9658-521643e22f4c","resources":[{"resourceInstanceName":"vFW 1ca0e33d-782b 0","resourceName":"vFW 1ca0e33d-782b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce0c79ff-e29e-476e-ba5f-53569868d5f0","resourceInvariantUUID":"7f0f00b1-b894-4473-805d-1fa9b2eb933d","resourceCustomizationUUID":"df928a07-fb0c-4db9-8b61-4207bc377ddd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml","artifactChecksum":"MDIxNGRhMWJkMzQ4NGYxZTJlY2Y4NWE4NzZjODlmMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"952da08d-dd33-4f7c-95b9-db8c831dffc7","artifactVersion":"1"},{"artifactName":"vfw1ca0e33d782b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json","artifactChecksum":"MzE1MjUwZjEzNzFmYzFlMTAyM2E4YzM1ODRlOGQ2OTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c3610de-3ff8-47ed-8d16-a05013a17648","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8187a4a9-f33c-47ea-a31e-ef32b504c236","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTkxZTU1MzBiZDM1ZGVmZTlkMDhiY2JlZmJlYjIxMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bdd9bff-481f-40ef-a1e7-b431d9a698c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79bab0c2-7ec6-40fa-8d47-b7f4d7279faa","artifactVersion":"2","generatedFromUUID":"8187a4a9-f33c-47ea-a31e-ef32b504c236"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211123103137-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml","artifactChecksum":"YzVjYjNlYjIxNmNmOGFkOGJjZWZlYzJjMGVhNWU3MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5feb065e-0dd5-49ba-88ba-5e6a1aa317af","artifactVersion":"1"},{"artifactName":"service-Vfw20211123103137-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar","artifactChecksum":"Mzc5YWFlZWJlNjc3ZjNkMTMxODEyMmQ5ZDhhMjk2M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef11f2bf-c8cc-4712-b722-f5cb23817ec9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T10:34:27.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:27.929Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:27.939Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:27.939Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:34:27.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:27.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:27.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:34:27.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:34:27.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:34:28.039Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-23T10:34:28.043Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:28.043Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:28.053Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:28.053Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:28.946Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:28.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:28.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:28.949Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:34:29.049Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:34:29.049Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:29.050Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:29.064Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:29.064Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:34:29.951Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:29.952Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:29.955Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:29.955Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:34:30.055Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:30.057Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:30.057Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:30.067Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:30.067Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:30.956Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:30.957Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:30.959Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:30.959Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:31.059Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:34:31.061Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:31.061Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:31.091Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:31.092Z||pool-6-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:31.960Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:31.961Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:31.963Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:31.963Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-23T10:34:32.063Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:32.064Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:32.064Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:32.075Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:32.076Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:32.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:32.965Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:32.966Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:32.967Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:34:33.067Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:33.067Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:33.067Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:33.078Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:33.081Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:34:33.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:34:33.968Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:33.970Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:33.970Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:34:34.070Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:34.071Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:34.071Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:34.083Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:34.083Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:34.972Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"serviceName": "vFW 2021-11-23 10-31-37",
"serviceVersion": "1.0",
"serviceUUID": "ba82f5ae-9aab-48bf-bb5f-a147941ddb08",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7275870f-3fd1-46dc-9658-521643e22f4c",
"resources": [
{
"resourceInstanceName": "vFW 1ca0e33d-782b 0",
"resourceCustomizationUUID": "df928a07-fb0c-4db9-8b61-4207bc377ddd",
"resourceName": "vFW 1ca0e33d-782b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ce0c79ff-e29e-476e-ba5f-53569868d5f0",
"resourceInvariantUUID": "7f0f00b1-b894-4473-805d-1fa9b2eb933d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1ca0e33d782b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"artifactChecksum": "MzE1MjUwZjEzNzFmYzFlMTAyM2E4YzM1ODRlOGQ2OTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c3610de-3ff8-47ed-8d16-a05013a17648",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8187a4a9-f33c-47ea-a31e-ef32b504c236",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79bab0c2-7ec6-40fa-8d47-b7f4d7279faa",
"generatedFromUUID": "8187a4a9-f33c-47ea-a31e-ef32b504c236"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79bab0c2-7ec6-40fa-8d47-b7f4d7279faa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211123103137-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"artifactChecksum": "Mzc5YWFlZWJlNjc3ZjNkMTMxODEyMmQ5ZDhhMjk2M2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef11f2bf-c8cc-4712-b722-f5cb23817ec9"
}
],
"workloadContext": "Production"
}
2021-11-23T10:34:34.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T10:34:34.974Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba82f5ae-9aab-48bf-bb5f-a147941ddb08 ASDC
2021-11-23T10:34:35.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8ed44fd8-6f3d-4c14-9375-b4dc08428d46
ServiceName:vFW 2021-11-23 10-31-37
ServiceVersion:1.0
ServiceUUID:ba82f5ae-9aab-48bf-bb5f-a147941ddb08
ServiceInvariantUUID:7275870f-3fd1-46dc-9658-521643e22f4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211123103137-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar
ArtifactUUID:ef11f2bf-c8cc-4712-b722-f5cb23817ec9
ArtifactChecksum:Mzc5YWFlZWJlNjc3ZjNkMTMxODEyMmQ5ZDhhMjk2M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1ca0e33d-782b 0
ResourceCustomizationUUID:df928a07-fb0c-4db9-8b61-4207bc377ddd
ResourceInvariantUUID:7f0f00b1-b894-4473-805d-1fa9b2eb933d
ResourceName:vFW 1ca0e33d-782b
ResourceType:VF
ResourceUUID:ce0c79ff-e29e-476e-ba5f-53569868d5f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1ca0e33d782b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json
ArtifactUUID:3c3610de-3ff8-47ed-8d16-a05013a17648
ArtifactChecksum:MzE1MjUwZjEzNzFmYzFlMTAyM2E4YzM1ODRlOGQ2OTk=
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/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml
ArtifactUUID:8187a4a9-f33c-47ea-a31e-ef32b504c236
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/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env
ArtifactUUID:79bab0c2-7ec6-40fa-8d47-b7f4d7279faa
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/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env
ArtifactUUID:79bab0c2-7ec6-40fa-8d47-b7f4d7279faa
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-23T10:34:35.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba82f5ae-9aab-48bf-bb5f-a147941ddb08 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:34:35.298Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T10:34:35.302Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T10:34:35.303Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T10:34:35.304Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef11f2bf-c8cc-4712-b722-f5cb23817ec9 from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:35.304Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:34:35.305Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:35.662Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:34:35.678Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ef11f2bf-c8cc-4712-b722-f5cb23817ec9 98944
2021-11-23T10:34:35.680Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ASDC sendASDCNotification
2021-11-23T10:34:35.680Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:35.681Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:34:35.681Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:35.683Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:35.683Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663675679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:34:35.783Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:35.784Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:35.784Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:35.798Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:35.799Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:36.684Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T10:34:36.685Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T10:34:36.685Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ef11f2bf-c8cc-4712-b722-f5cb23817ec9, URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar to file: /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:36.686Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211123103137-csar.csar
2021-11-23T10:34:36.762Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:36.762Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:37.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7920753746694515396/Definitions/service-Vfw20211123103137-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-23T10:34:40.228Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T10:34:40.232Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T10:34:40.233Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.233Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-23T10:34:40.233Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1ca0e33d-782b 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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.234Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.235Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.236Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.236Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.236Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.237Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||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-Vfw20211123103137-csar.csar
2021-11-23T10:34:40.237Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T10:34:40.244Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.245Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.249Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:40.249Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T10:34:40.251Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T10:34:40.253Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.253Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.253Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:40.254Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T10:34:40.254Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T10:34:40.254Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.255Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.258Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.258Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:40.259Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:40.259Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.260Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:34:40.261Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.262Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.262Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:34:40.262Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T10:34:40.263Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.264Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T10:34:40.265Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.265Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:40.265Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:40.266Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.267Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:40.267Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:40.267Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.268Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-23T10:34:40.269Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.270Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:34:40.271Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.271Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:34:40.271Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.272Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0c5e86b-4310-4277-85d3-3a4698b423c7
2021-11-23T10:34:40.272Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.272Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.273Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.274Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.274Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:34:40.274Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:34:40.275Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.276Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bafafe9e-ccb0-451f-b26b-f4e580174f36
2021-11-23T10:34:40.276Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.276Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:34:40.277Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:34:40.278Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:34:40.279Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:34:40.279Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:40.279Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb0dbf04-97c1-48ec-86c4-996dd46b41d3
2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.280Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:40.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:40.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-23 10-31-37
Description:catalog service description
Model UUID:ba82f5ae-9aab-48bf-bb5f-a147941ddb08
Model Version:NULL
Model InvariantUuid:7275870f-3fd1-46dc-9658-521643e22f4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1ca0e33d-782b
Model UUID:21fa88c3-8e78-44a1-916f-8d7246c42449
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f0f00b1-b894-4473-805d-1fa9b2eb933d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:df928a07-fb0c-4db9-8b61-4207bc377ddd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:100c9444-b495-4ab6-bc91-4d01b58b9fc5
ModelName:Vfw1ca0e33d782b..base_vfw..module-0
ModelUuid:f50a7e2e-c7f3-4320-93b9-2f4d5cf294af
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f0c5e86b-4310-4277-85d3-3a4698b423c7
ModelInvariantUuid:3828041a-d282-4c67-884e-9f93994a2dfe
ModelName:vFW 1ca0e33d-782b-nodes.vfwCvfc
ModelUuid:4118ee2d-8ffb-49cb-8d7e-938d474f9a87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d14637cb-2f2f-46fd-aaa4-7ac09f468558
ModelInvariantUuid:2a967fa4-fb9a-46e2-918d-8c621d13d87f
ModelName:Vfw1ca0e33d782b.compute.nodes.heat.vfw
ModelUuid:ff4cf6bc-38b3-4158-b03c-a70158343bb3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bafafe9e-ccb0-451f-b26b-f4e580174f36
ModelInvariantUuid:186f82c8-59f0-4272-bb41-8b65968091f9
ModelName:vFW 1ca0e33d-782b-nodes.vsnCvfc
ModelUuid:ba0c79bd-09f9-41cc-bb84-70323541d444
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cb777547-b8cb-4190-b968-b0a1757b68b3
ModelInvariantUuid:d94663d0-07d2-4bb6-9464-a445bbe4e10f
ModelName:Vfw1ca0e33d782b.compute.nodes.heat.vsn
ModelUuid:66a2c7d2-36a7-411c-8e40-4fd6e10aa4dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cb0dbf04-97c1-48ec-86c4-996dd46b41d3
ModelInvariantUuid:40d706fb-ef68-47ef-9520-34aa82175adc
ModelName:vFW 1ca0e33d-782b-nodes.vpgCvfc
ModelUuid:a29318b7-b8f3-4e1f-abef-c2ed44d96b25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a4697c10-e106-4781-8706-740b6dcd6806
ModelInvariantUuid:4f76c566-5fdc-4597-a970-b63ad3cb30a5
ModelName:Vfw1ca0e33d782b.compute.nodes.heat.vpg
ModelUuid:73558e01-5d86-40a3-8fc5-bf6aaa664396
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T10:34:40.302Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ce0c79ff-e29e-476e-ba5f-53569868d5f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:34:40.382Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||vFW 1ca0e33d-782b 0
2021-11-23T10:34:40.388Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce0c79ff-e29e-476e-ba5f-53569868d5f0
2021-11-23T10:34:40.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c3610de-3ff8-47ed-8d16-a05013a17648 from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json
2021-11-23T10:34:40.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:34:40.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json
2021-11-23T10:34:40.945Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:34:40.945Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json 3c3610de-3ff8-47ed-8d16-a05013a17648 785
2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json ASDC sendASDCNotification
2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json
2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:34:40.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:40.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:40.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663680946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:34:41.054Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-23T10:34:41.055Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:41.055Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:41.074Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:41.075Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2021-11-23T10:34:41.952Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1ca0e33d782b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "100c9444-b495-4ab6-bc91-4d01b58b9fc5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f50a7e2e-c7f3-4320-93b9-2f4d5cf294af",
"vfModuleModelCustomizationUUID": "8061f596-e939-465d-806b-f6b071b4cfa3",
"isBase": true,
"artifacts": [
"8187a4a9-f33c-47ea-a31e-ef32b504c236",
"79bab0c2-7ec6-40fa-8d47-b7f4d7279faa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-23T10:34:41.971Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1ca0e33d782b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f50a7e2e-c7f3-4320-93b9-2f4d5cf294af
VfModuleModelInvariantUUID:100c9444-b495-4ab6-bc91-4d01b58b9fc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
8187a4a9-f33c-47ea-a31e-ef32b504c236
,
79bab0c2-7ec6-40fa-8d47-b7f4d7279faa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1ca0e33d782b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "100c9444-b495-4ab6-bc91-4d01b58b9fc5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f50a7e2e-c7f3-4320-93b9-2f4d5cf294af",
"vfModuleModelCustomizationUUID": "8061f596-e939-465d-806b-f6b071b4cfa3",
"isBase": true,
"artifacts": [
"8187a4a9-f33c-47ea-a31e-ef32b504c236",
"79bab0c2-7ec6-40fa-8d47-b7f4d7279faa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1ca0e33d782b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f50a7e2e-c7f3-4320-93b9-2f4d5cf294af
VfModuleModelInvariantUUID:100c9444-b495-4ab6-bc91-4d01b58b9fc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
8187a4a9-f33c-47ea-a31e-ef32b504c236
,
79bab0c2-7ec6-40fa-8d47-b7f4d7279faa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8187a4a9-f33c-47ea-a31e-ef32b504c236 from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml
2021-11-23T10:34:41.974Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:34:41.975Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml
2021-11-23T10:34:42.087Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:34:42.088Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml 8187a4a9-f33c-47ea-a31e-ef32b504c236 20368
2021-11-23T10:34:42.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-23T10:34:42.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml
2021-11-23T10:34:42.089Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:34:42.090Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:42.094Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:42.094Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663682089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:34:42.194Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:34:42.196Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:42.196Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:42.208Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:42.208Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:43.098Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 79bab0c2-7ec6-40fa-8d47-b7f4d7279faa from URL: /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env
2021-11-23T10:34:43.102Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:34:43.104Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env
2021-11-23T10:34:43.291Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:34:43.292Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env 79bab0c2-7ec6-40fa-8d47-b7f4d7279faa 2098
2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env
2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:34:43.293Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:43.298Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:43.298Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663683293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:34:43.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:43.400Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:43.400Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:43.419Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:43.420Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:44.299Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ba82f5ae-9aab-48bf-bb5f-a147941ddb08
2021-11-23T10:34:44.300Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1ca0e33d-782b 0 ce0c79ff-e29e-476e-ba5f-53569868d5f0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:34:44.362Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f83702d, org.onap.sdc.toscaparser.api.parameters.Input@6daf35cd, org.onap.sdc.toscaparser.api.parameters.Input@73759d9, org.onap.sdc.toscaparser.api.parameters.Input@73aa0e0e, org.onap.sdc.toscaparser.api.parameters.Input@578c1a4e]
2021-11-23T10:34:44.369Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.369Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.370Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-23T10:34:44.370Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= df928a07-fb0c-4db9-8b61-4207bc377ddd
2021-11-23T10:34:44.370Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df928a07-fb0c-4db9-8b61-4207bc377ddd matches Tosca VF Customization UUID: df928a07-fb0c-4db9-8b61-4207bc377ddd
2021-11-23T10:34:44.371Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: df928a07-fb0c-4db9-8b61-4207bc377ddd matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T10:34:44.388Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.389Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.391Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id df928a07-fb0c-4db9-8b61-4207bc377ddd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-23T10:34:44.391Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@325d501f
2021-11-23T10:34:44.391Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.392Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T10:34:44.393Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8061f596-e939-465d-806b-f6b071b4cfa3
2021-11-23T10:34:44.394Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8061f596-e939-465d-806b-f6b071b4cfa3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T10:34:44.405Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.406Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:44.407Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:44.408Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.408Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:44.409Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:44.409Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.410Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:44.410Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:44.410Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:44.411Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-23T10:34:44.411Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:34:44.411Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:34:44.412Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.412Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:44.412Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:34:44.413Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:44.413Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:34:44.413Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.414Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0c5e86b-4310-4277-85d3-3a4698b423c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T10:34:44.421Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.422Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:44.422Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:44.423Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.423Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:44.423Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:44.424Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:44.424Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:34:44.424Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:34:44.425Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-23T10:34:44.426Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:34:44.426Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:44.426Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:34:44.427Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.427Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bafafe9e-ccb0-451f-b26b-f4e580174f36
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T10:34:44.429Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.430Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:44.430Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:44.433Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.433Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is not matching search criteria
2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:34:44.434Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.435Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:44.435Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.435Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:34:44.436Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:34:44.436Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:34:44.436Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:34:44.437Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:34:44.437Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-23T10:34:44.437Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb0dbf04-97c1-48ec-86c4-996dd46b41d3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T10:34:44.439Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.440Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:44.441Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:34:44.441Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.442Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Node template vFW 1ca0e33d-782b 0 is matching search criteria
2021-11-23T10:34:44.442Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1ca0e33d-782b 0] matching following query criteria: sdcType=VF, customizationUUID=df928a07-fb0c-4db9-8b61-4207bc377ddd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:34:44.444Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.444Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.445Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ba82f5ae-9aab-48bf-bb5f-a147941ddb08: vFW 1ca0e33d-782b
2021-11-23T10:34:44.445Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.445Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.446Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.446Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.446Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.447Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.447Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.447Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:34:44.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-23 10-31-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:34:44.448Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-23 10-31-37
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:34:44.765Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1ca0e33d-782b ce0c79ff-e29e-476e-ba5f-53569868d5f0 1 ASDC deployResourceStructure
2021-11-23T10:34:44.765Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json ASDC sendASDCNotification
2021-11-23T10:34:44.766Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json
2021-11-23T10:34:44.766Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:34:44.766Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:44.768Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:44.769Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663684765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:34:44.869Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:44.870Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:44.870Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:44.884Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:44.885Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:45.769Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-23T10:34:45.770Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml
2021-11-23T10:34:45.771Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:34:45.771Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:45.773Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:45.774Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663685769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-23T10:34:45.874Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:45.874Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:45.875Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:45.885Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:45.886Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:34:46.775Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-23T10:34:46.775Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env
2021-11-23T10:34:46.775Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:34:46.776Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:46.778Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:46.778Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663686774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-23T10:34:46.878Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:34:46.878Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:46.879Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:46.891Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:46.891Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:34:47.778Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar ASDC sendASDCNotification
2021-11-23T10:34:47.779Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar
2021-11-23T10:34:47.780Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:34:47.780Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:34:47.783Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:34:47.783Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663687778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:34:47.882Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:34:47.883Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:34:47.883Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:34:47.895Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:34:47.895Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:34:48.784Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:34:48.808Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:34:48.810Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:34:48.811Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:34:48.811Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:35:18.811Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:35:18.823Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:35:18.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:35:18.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:35:18.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:35:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:35:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:35:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:35:27.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:35:27.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:35:27.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:35:27.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:35:48.825Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:35:48.841Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:35:48.844Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:35:48.845Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:35:48.845Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:36:18.845Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:36:18.873Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:36:18.875Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:36:18.875Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:36:18.875Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:36:27.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:36:27.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:36:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:36:27.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:36:27.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "dcae-sch",
"timestamp": 1637663659089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663659280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "ves-openapi-manager",
"timestamp": 1637663655420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663656538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663672740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663672728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663666264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663666364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663673736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663667281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663674036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663674531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663674539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "policy-id",
"timestamp": 1637663674742,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:27.870Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
2021-11-23T10:36:27.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:36:27.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663675346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "cds",
"timestamp": 1637663675561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:27.892Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
2021-11-23T10:36:27.892Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663675679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663677360,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:27.905Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
2021-11-23T10:36:27.905Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637663678366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663672862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663680345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663680946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637663681352,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:27.920Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
2021-11-23T10:36:27.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663682089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663683293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663684765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/vfw1ca0e33d782b0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663685769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663686774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/resourceInstances/vfw1ca0e33d782b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663680319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663687778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663688163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663692972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663694067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "clamp",
"timestamp": 1637663695073,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:27.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
2021-11-23T10:36:27.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:36:27.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663706885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103137/1.0/artifacts/service-Vfw20211123103137-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:36:27.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:36:27.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:36:27.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "aai-ml",
"timestamp": 1637663707891,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:27.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
2021-11-23T10:36:27.952Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:36:48.876Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:36:48.890Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:36:48.893Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:36:48.893Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T10:36:48.893Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:36:48.894Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:36:48.895Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:36:48.895Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:36:48.902Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T10:37:18.903Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-23T10:37:18.914Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and serviceModelVersionId: ba82f5ae-9aab-48bf-bb5f-a147941ddb08
2021-11-23T10:37:18.914Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7275870f-3fd1-46dc-9658-521643e22f4c
2021-11-23T10:37:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:37:27.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:37:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:37:33.067Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0
2021-11-23T10:37:33.205Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T10:37:33.688Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-23T10:37:33.693Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0|INFO|500||Invoke
2021-11-23T10:37:33.797Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-23T10:37:34.721Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0|INFO|500||InvokeReturn
2021-11-23T10:37:34.722Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7275870f-3fd1-46dc-9658-521643e22f4c/model-vers/model-ver/ba82f5ae-9aab-48bf-bb5f-a147941ddb08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-10:37:33:807-1058], vertex-id=[155664], Content-Length=[0], Date=[Tue, 23 Nov 2021 10:37:33 GMT], Content-Type=[application/json]}
2021-11-23T10:37:34.723Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-23T10:37:34.726Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T10:37:34.726Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:37:34.736Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T10:37:34.737Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ed44fd8-6f3d-4c14-9375-b4dc08428d46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T10:37:34.738Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T10:37:34.739Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:37:34.741Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:37:34.741Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663854738,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T10:37:34.841Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:37:34.845Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:37:34.845Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:37:34.866Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:37:34.866Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:37:35.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:37:35.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:37:35.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed44fd8-6f3d-4c14-9375-b4dc08428d46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637663854738,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T10:37:35.478Z||pool-2-thread-7|||||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=?
2021-11-23T10:37:35.756Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:37:35.757Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:37:35.757Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:37:46.336Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:37:46.338Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:37:46.340Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:37:46.340Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:37:55.898Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:37:55.900Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:37:55.901Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:37:55.901Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:38:05.452Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:38:27.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:38:27.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:38:27.282Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:38:27.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:38:27.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:38:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:38:36.849Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:38:36.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:39:27.281Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:39:27.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:39:27.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:39:27.284Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:39:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:39:27.284Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:39:36.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:39:36.851Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:40:27.283Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:40:27.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:40:27.288Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:40:27.288Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:40:27.288Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:27.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664016540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664011368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664015421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664010318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664025482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:27.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664025586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:27.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664025591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:27.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "dcae-sch",
"timestamp": 1637664019083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664019280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:40:27.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664026593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:27.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "cds",
"timestamp": 1637664026594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:40:27.495Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06
2021-11-23T10:40:27.497Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:40:27.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:27.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:40:27.923Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:27.924Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-23T10:40:27.925Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"be9d4760-af33-4c4f-9d41-f72e9f0e6d06","serviceName":"basic_onboard_MOaFJm","serviceVersion":"1.0","serviceUUID":"1eefdcf9-fcd3-4394-add1-41710a723f3c","serviceDescription":"service","serviceInvariantUUID":"2d494d45-d08c-4ba7-83b7-6853b4af3417","resources":[{"resourceInstanceName":"basic_onboard_MOaFJm 0","resourceName":"basic_onboard_MOaFJm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a01105c-4a43-4220-883f-f77c953f4a7b","resourceInvariantUUID":"abcf999d-cc85-454a-ac56-3cb4690b9fc2","resourceCustomizationUUID":"7b12ce91-e644-4211-9d61-119da6eb6fab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml","artifactChecksum":"ODgyZTFkZjZhYzA4MTQyNDJkMmY4Yjk2NDZjMWM4OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca0eb613-328d-480e-8669-0b5f20aa8433","artifactVersion":"1"},{"artifactName":"basic_onboard_moafjm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json","artifactChecksum":"YTI5MjllNzk1YWU3ODdiMzI1MzViMWExYmIwZmFiOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a6718d0-1d20-4ebe-b290-d9e539164eb7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92b37aa2-7b06-4286-9a60-bf3d56e8df28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e664b71-58e0-4b02-9291-685f9ce8415d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"230a76af-8483-41f2-bad1-46cd9a4f7d41","artifactVersion":"2","generatedFromUUID":"92b37aa2-7b06-4286-9a60-bf3d56e8df28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMoafjm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml","artifactChecksum":"MDc1ZDQxNTcxNGVjNmU3MTNjMTMzNDA2M2UxOWJkM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c43eadf-201c-4c80-a893-988b15aa5c0d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMoafjm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar","artifactChecksum":"MmNkYjFhMGUzMDk4ZjZjNDZjMGVhYmNlODA4OWUyNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6474b0a-f244-4a18-847b-b4968588a5da","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T10:40:27.929Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:27.929Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:27.933Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:27.933Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:28.033Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:28.034Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:28.034Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:28.049Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:28.050Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:28.934Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:28.935Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:28.936Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:28.937Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:40:29.037Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:29.038Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:29.038Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:29.056Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:29.057Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:40:29.937Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:29.938Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:29.940Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:29.940Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:40:30.040Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:30.041Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:30.041Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:30.053Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:30.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:30.940Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:30.941Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:30.944Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:30.944Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:31.046Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-23T10:40:31.048Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:31.048Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:31.096Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:31.099Z||pool-22-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:31.945Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:31.946Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:31.948Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:31.948Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-23T10:40:32.048Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:32.049Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:32.049Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:32.067Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:32.067Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:40:32.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:32.949Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:32.951Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:32.951Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:40:33.051Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:33.052Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:33.052Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:33.064Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:33.064Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:33.952Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:40:33.953Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:33.955Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:33.956Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:40:34.056Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:34.057Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:34.057Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:34.068Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:34.068Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:34.957Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"serviceName": "basic_onboard_MOaFJm",
"serviceVersion": "1.0",
"serviceUUID": "1eefdcf9-fcd3-4394-add1-41710a723f3c",
"serviceDescription": "service",
"serviceInvariantUUID": "2d494d45-d08c-4ba7-83b7-6853b4af3417",
"resources": [
{
"resourceInstanceName": "basic_onboard_MOaFJm 0",
"resourceCustomizationUUID": "7b12ce91-e644-4211-9d61-119da6eb6fab",
"resourceName": "basic_onboard_MOaFJm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3a01105c-4a43-4220-883f-f77c953f4a7b",
"resourceInvariantUUID": "abcf999d-cc85-454a-ac56-3cb4690b9fc2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_moafjm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"artifactChecksum": "YTI5MjllNzk1YWU3ODdiMzI1MzViMWExYmIwZmFiOTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a6718d0-1d20-4ebe-b290-d9e539164eb7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "92b37aa2-7b06-4286-9a60-bf3d56e8df28",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "230a76af-8483-41f2-bad1-46cd9a4f7d41",
"generatedFromUUID": "92b37aa2-7b06-4286-9a60-bf3d56e8df28"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "230a76af-8483-41f2-bad1-46cd9a4f7d41",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMoafjm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"artifactChecksum": "MmNkYjFhMGUzMDk4ZjZjNDZjMGVhYmNlODA4OWUyNWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d6474b0a-f244-4a18-847b-b4968588a5da"
}
],
"workloadContext": "Production"
}
2021-11-23T10:40:34.958Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T10:40:34.958Z|8ed44fd8-6f3d-4c14-9375-b4dc08428d46|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1eefdcf9-fcd3-4394-add1-41710a723f3c ASDC
2021-11-23T10:40:34.958Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:be9d4760-af33-4c4f-9d41-f72e9f0e6d06
ServiceName:basic_onboard_MOaFJm
ServiceVersion:1.0
ServiceUUID:1eefdcf9-fcd3-4394-add1-41710a723f3c
ServiceInvariantUUID:2d494d45-d08c-4ba7-83b7-6853b4af3417
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMoafjm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar
ArtifactUUID:d6474b0a-f244-4a18-847b-b4968588a5da
ArtifactChecksum:MmNkYjFhMGUzMDk4ZjZjNDZjMGVhYmNlODA4OWUyNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MOaFJm 0
ResourceCustomizationUUID:7b12ce91-e644-4211-9d61-119da6eb6fab
ResourceInvariantUUID:abcf999d-cc85-454a-ac56-3cb4690b9fc2
ResourceName:basic_onboard_MOaFJm
ResourceType:VF
ResourceUUID:3a01105c-4a43-4220-883f-f77c953f4a7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_moafjm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json
ArtifactUUID:5a6718d0-1d20-4ebe-b290-d9e539164eb7
ArtifactChecksum:YTI5MjllNzk1YWU3ODdiMzI1MzViMWExYmIwZmFiOTA=
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/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92b37aa2-7b06-4286-9a60-bf3d56e8df28
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/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env
ArtifactUUID:230a76af-8483-41f2-bad1-46cd9a4f7d41
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/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env
ArtifactUUID:230a76af-8483-41f2-bad1-46cd9a4f7d41
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-23T10:40:34.959Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1eefdcf9-fcd3-4394-add1-41710a723f3c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-23T10:40:34.995Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T10:40:34.997Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6474b0a-f244-4a18-847b-b4968588a5da from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:40:34.998Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:35.355Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:40:35.358Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar d6474b0a-f244-4a18-847b-b4968588a5da 71552
2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar ASDC sendASDCNotification
2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:40:35.359Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:35.362Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:35.362Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664035359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:35.462Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:35.463Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:35.463Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:35.528Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:35.529Z||pool-26-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:36.363Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T10:40:36.364Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T10:40:36.364Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d6474b0a-f244-4a18-847b-b4968588a5da, URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar to file: /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:36.365Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:36.365Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:36.366Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:36.531Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13832195177748340678/Definitions/service-BasicOnboardMoafjm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-23T10:40:37.759Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T10:40:37.759Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.760Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MOaFJm 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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||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-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T10:40:37.761Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.762Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.762Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:37.762Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:37.763Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.764Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is not matching search criteria
2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-23T10:40:37.765Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.766Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:40:37.767Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.768Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is not matching search criteria
2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f94f3da-00ff-4ed1-b283-d0f49c4e7b4e
2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.769Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.770Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:37.771Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:37.771Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MOaFJm
Description:service
Model UUID:1eefdcf9-fcd3-4394-add1-41710a723f3c
Model Version:NULL
Model InvariantUuid:2d494d45-d08c-4ba7-83b7-6853b4af3417
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MOaFJm
Model UUID:f83eb58f-38a2-4d60-866a-ae57a49b209f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:abcf999d-cc85-454a-ac56-3cb4690b9fc2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7b12ce91-e644-4211-9d61-119da6eb6fab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4825dc34-6b56-4381-8546-9f278b9c0199
ModelName:BasicOnboardMoafjm..base_ubuntu18..module-0
ModelUuid:567e46df-8563-416a-94cc-67a45d470522
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6f94f3da-00ff-4ed1-b283-d0f49c4e7b4e
ModelInvariantUuid:d03808e1-7d64-465c-96b7-47b73d323980
ModelName:basic_onboard_MOaFJm-nodes.ubuntu18Cvfc
ModelUuid:530ce53c-9add-4966-b4ed-a51308c9b933
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e488b6d7-999d-4f2d-8a7c-54c20f3280ee
ModelInvariantUuid:c40e7f93-ac15-4d60-a3fc-87d5900f821f
ModelName:BasicOnboardMoafjm.compute.nodes.heat.ubuntu18
ModelUuid:76f960f9-cf03-4f96-8367-2f463f749de5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T10:40:37.779Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a01105c-4a43-4220-883f-f77c953f4a7b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||basic_onboard_MOaFJm 0
2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a01105c-4a43-4220-883f-f77c953f4a7b
2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5a6718d0-1d20-4ebe-b290-d9e539164eb7 from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json
2021-11-23T10:40:37.784Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:40:37.785Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json
2021-11-23T10:40:38.015Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:40:38.016Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json 5a6718d0-1d20-4ebe-b290-d9e539164eb7 798
2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json ASDC sendASDCNotification
2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json
2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:40:38.017Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:38.019Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:38.019Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664038016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:38.119Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:38.120Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:38.120Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:38.134Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:38.134Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:39.020Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMoafjm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4825dc34-6b56-4381-8546-9f278b9c0199",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "567e46df-8563-416a-94cc-67a45d470522",
"vfModuleModelCustomizationUUID": "9632b2e6-264e-490b-a7b0-1df63ff8af9d",
"isBase": true,
"artifacts": [
"92b37aa2-7b06-4286-9a60-bf3d56e8df28",
"230a76af-8483-41f2-bad1-46cd9a4f7d41"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-23T10:40:39.025Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMoafjm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:567e46df-8563-416a-94cc-67a45d470522
VfModuleModelInvariantUUID:4825dc34-6b56-4381-8546-9f278b9c0199
VfModuleModelDescription:NULL
Artifacts UUID List:{
92b37aa2-7b06-4286-9a60-bf3d56e8df28
,
230a76af-8483-41f2-bad1-46cd9a4f7d41
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-23T10:40:39.027Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMoafjm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4825dc34-6b56-4381-8546-9f278b9c0199",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "567e46df-8563-416a-94cc-67a45d470522",
"vfModuleModelCustomizationUUID": "9632b2e6-264e-490b-a7b0-1df63ff8af9d",
"isBase": true,
"artifacts": [
"92b37aa2-7b06-4286-9a60-bf3d56e8df28",
"230a76af-8483-41f2-bad1-46cd9a4f7d41"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-23T10:40:39.027Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMoafjm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:567e46df-8563-416a-94cc-67a45d470522
VfModuleModelInvariantUUID:4825dc34-6b56-4381-8546-9f278b9c0199
VfModuleModelDescription:NULL
Artifacts UUID List:{
92b37aa2-7b06-4286-9a60-bf3d56e8df28
,
230a76af-8483-41f2-bad1-46cd9a4f7d41
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-23T10:40:39.028Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92b37aa2-7b06-4286-9a60-bf3d56e8df28 from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml
2021-11-23T10:40:39.028Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:40:39.028Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml
2021-11-23T10:40:39.669Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:40:39.670Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml 92b37aa2-7b06-4286-9a60-bf3d56e8df28 5033
2021-11-23T10:40:39.670Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-23T10:40:39.671Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml
2021-11-23T10:40:39.671Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:40:39.671Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:39.673Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:39.673Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664039670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:39.773Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:39.774Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:39.774Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:39.786Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:39.787Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:40.674Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 230a76af-8483-41f2-bad1-46cd9a4f7d41 from URL: /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env
2021-11-23T10:40:40.674Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T10:40:40.675Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env
2021-11-23T10:40:41.344Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T10:40:41.345Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env 230a76af-8483-41f2-bad1-46cd9a4f7d41 909
2021-11-23T10:40:41.345Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-23T10:40:41.346Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env
2021-11-23T10:40:41.346Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:40:41.346Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:41.350Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:41.350Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664041345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:40:41.455Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-23T10:40:41.456Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:41.456Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:41.468Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:41.472Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:42.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1eefdcf9-fcd3-4394-add1-41710a723f3c
2021-11-23T10:40:42.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MOaFJm 0 3a01105c-4a43-4220-883f-f77c953f4a7b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:40:42.366Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a7288e8, org.onap.sdc.toscaparser.api.parameters.Input@5ec4578, org.onap.sdc.toscaparser.api.parameters.Input@2feaa181, org.onap.sdc.toscaparser.api.parameters.Input@34719e74, org.onap.sdc.toscaparser.api.parameters.Input@6a9a65da]
2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-23T10:40:42.368Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7b12ce91-e644-4211-9d61-119da6eb6fab
2021-11-23T10:40:42.369Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b12ce91-e644-4211-9d61-119da6eb6fab matches Tosca VF Customization UUID: 7b12ce91-e644-4211-9d61-119da6eb6fab
2021-11-23T10:40:42.369Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7b12ce91-e644-4211-9d61-119da6eb6fab matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T10:40:42.372Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.372Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7b12ce91-e644-4211-9d61-119da6eb6fab: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f1cd655
2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T10:40:42.373Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9632b2e6-264e-490b-a7b0-1df63ff8af9d
2021-11-23T10:40:42.374Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9632b2e6-264e-490b-a7b0-1df63ff8af9d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T10:40:42.376Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.376Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:42.376Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:40:42.377Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is not matching search criteria
2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-23T10:40:42.378Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f94f3da-00ff-4ed1-b283-d0f49c4e7b4e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:40:42.381Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.382Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MOaFJm 0 is matching search criteria
2021-11-23T10:40:42.382Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MOaFJm 0] matching following query criteria: sdcType=VF, customizationUUID=7b12ce91-e644-4211-9d61-119da6eb6fab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1eefdcf9-fcd3-4394-add1-41710a723f3c: basic_onboard_MOaFJm
2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.384Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.385Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MOaFJm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:40:42.386Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_MOaFJm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:40:42.468Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MOaFJm 3a01105c-4a43-4220-883f-f77c953f4a7b 1 ASDC deployResourceStructure
2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json ASDC sendASDCNotification
2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json
2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:40:42.469Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:42.471Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:42.471Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664042469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:40:42.572Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-23T10:40:42.573Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:42.573Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:42.585Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:42.586Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:40:43.472Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-23T10:40:43.473Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml
2021-11-23T10:40:43.473Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:40:43.473Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:43.475Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:43.475Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664043472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-23T10:40:43.575Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:43.576Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:43.576Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:43.587Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:43.587Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:40:44.476Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-23T10:40:44.477Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env
2021-11-23T10:40:44.477Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:40:44.477Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:44.479Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:44.479Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664044476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-23T10:40:44.579Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:44.580Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:44.581Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:44.590Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:44.591Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:40:45.480Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar ASDC sendASDCNotification
2021-11-23T10:40:45.481Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar
2021-11-23T10:40:45.481Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T10:40:45.481Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:40:45.483Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:40:45.483Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664045480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:40:45.584Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:40:45.584Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:40:45.585Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:40:45.605Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:40:45.606Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:40:46.484Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:40:46.496Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:40:46.499Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:40:46.499Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:40:46.500Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:41:16.500Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:41:16.514Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:41:16.517Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:41:16.517Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:41:16.518Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:41:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:41:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:41:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:41:27.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:41:27.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:41:27.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664027204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:41:27.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:41:46.518Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:41:46.528Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:41:46.531Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:41:46.531Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:41:46.532Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:42:16.532Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:42:16.555Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:42:16.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:42:16.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:42:16.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:42:27.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:42:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:42:27.285Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:42:27.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:42:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:42:27.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664027781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:42:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:42:46.558Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:42:46.572Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:42:46.575Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:42:46.575Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:42:46.575Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:43:16.576Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:43:16.585Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:43:16.594Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:43:16.594Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T10:43:16.595Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T10:43:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:43:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:43:27.286Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:43:27.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:43:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664028210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664028806,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06
2021-11-23T10:43:27.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "policy-id",
"timestamp": 1637664029214,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.342Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06
2021-11-23T10:43:27.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664029809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664026263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664027283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664034320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664035113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664035359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "aai-ml",
"timestamp": 1637664036117,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06
2021-11-23T10:43:27.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664036815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664037820,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.373Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06
2021-11-23T10:43:27.373Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664038016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664032860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664039670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664041345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664042469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/basic_onboard_moafjm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664043472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664044476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/resourceInstances/basic_onboard_moafjm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664045480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664047443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664049452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMoafjm/1.0/artifacts/service-BasicOnboardMoafjm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "clamp",
"timestamp": 1637664050455,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.394Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be9d4760-af33-4c4f-9d41-f72e9f0e6d06
2021-11-23T10:43:27.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664041363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664059363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "cds",
"timestamp": 1637664060384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0
2021-11-23T10:43:27.421Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1637664055420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664056262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664056539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664064094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664064477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664065595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "dcae-sch",
"timestamp": 1637664059084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664059281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664066704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664067094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664067503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664067744,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.449Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0
2021-11-23T10:43:27.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664068098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637664068509,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0
2021-11-23T10:43:27.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:27.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637664068749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "policy-id",
"timestamp": 1637664069101,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0
2021-11-23T10:43:27.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-23T10:43:27.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664062862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:43:27.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664070318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:43:27.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664078218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:43:27.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664084458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:43:27.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:43:27.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:43:27.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "clamp",
"timestamp": 1637664085462,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:27.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0
2021-11-23T10:43:27.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:43:46.595Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:43:46.621Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:43:46.624Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-23T10:43:46.625Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:43:46.631Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T10:44:16.632Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-23T10:44:16.638Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and serviceModelVersionId: 1eefdcf9-fcd3-4394-add1-41710a723f3c
2021-11-23T10:44:16.638Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d494d45-d08c-4ba7-83b7-6853b4af3417
2021-11-23T10:44:16.641Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0
2021-11-23T10:44:16.649Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T10:44:16.711Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|INFO|500||Invoke
2021-11-23T10:44:16.712Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be9d4760-af33-4c4f-9d41-f72e9f0e6d06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f0eac09-839d-4495-b688-eb0255d628bb], X-ECOMP-RequestID=[be9d4760-af33-4c4f-9d41-f72e9f0e6d06], X-TransactionId=[], X-ONAP-RequestID=[be9d4760-af33-4c4f-9d41-f72e9f0e6d06], Content-Type=[application/merge-patch+json]}
2021-11-23T10:44:16.746Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-23T10:44:17.348Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?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/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-10:44:16:755-90018], vertex-id=[397416], Content-Length=[0], Date=[Tue, 23 Nov 2021 10:44:16 GMT], Content-Type=[application/json]}
2021-11-23T10:44:17.349Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-23T10:44:17.349Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d494d45-d08c-4ba7-83b7-6853b4af3417/model-vers/model-ver/1eefdcf9-fcd3-4394-add1-41710a723f3c?depth=0|INFO|500||InvokeReturn
2021-11-23T10:44:17.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T10:44:17.351Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:44:17.356Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T10:44:17.357Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be9d4760-af33-4c4f-9d41-f72e9f0e6d06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T10:44:17.357Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T10:44:17.357Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:17.360Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:17.360Z|be9d4760-af33-4c4f-9d41-f72e9f0e6d06|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "be9d4760-af33-4c4f-9d41-f72e9f0e6d06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664257357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T10:44:17.460Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:17.461Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:17.461Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:17.476Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:17.476Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-23T10:44:18.374Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:44:18.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:44:18.374Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:23.148Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:23.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T10:44:23.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb51f574-ee39-4a0b-a16a-749b873b91b0","serviceName":"vFW 2021-11-23 10-38-46","serviceVersion":"1.0","serviceUUID":"537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e","serviceDescription":"catalog service description","serviceInvariantUUID":"17d67357-9908-4635-881e-6c9d337b3850","resources":[{"resourceInstanceName":"vFW e005c554-ea0a 0","resourceName":"vFW e005c554-ea0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d872cccd-4e00-40af-a566-dcdb6ed68ea2","resourceInvariantUUID":"da7a6966-2767-4d41-b5ee-350a67c687e4","resourceCustomizationUUID":"2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml","artifactChecksum":"NWI5ZTdhODhkMTQwMzZjZDVhN2M5ZWNiYzM5ZjgzOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d49c8c3f-e74b-47aa-aa5f-c885751a7827","artifactVersion":"1"},{"artifactName":"vfwe005c554ea0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json","artifactChecksum":"MGU1NjA5ZWM0NzFhNjhjNDVlNDVlOWFiODAxOTBlOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d65da171-c9c2-4b8f-9c06-cf39c3bc4d74","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6bd3857d-b11b-4487-b62e-cadd77e62e8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YzM0OTAzNjZkODY5ZWYwNmNlOWRlNzIwMzVlNDBjMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"754097de-f23d-4cc0-9497-6cf5f6336196","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9101875-bbb6-4856-a0b4-87859110c32f","artifactVersion":"2","generatedFromUUID":"6bd3857d-b11b-4487-b62e-cadd77e62e8a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211123103846-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml","artifactChecksum":"YjljZDlhOWM4MmExOTZiMjViZDA1NzM5MmM1YjllYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ccac2dd-d3b4-40ac-aab0-f1a0d2267e0e","artifactVersion":"1"},{"artifactName":"service-Vfw20211123103846-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar","artifactChecksum":"NjljOWUyMjEzYTRlYjc4ZGMxNjU4MTdkNDI5YjczZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c9e970f-c6cb-424f-8ee8-c9836659d51a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T10:44:23.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:23.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:23.154Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:23.154Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:44:23.254Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:23.255Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:23.255Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:23.278Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:23.278Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:24.155Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:24.156Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:24.158Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:24.158Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "NOTIFIED"
}
2021-11-23T10:44:24.258Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:24.259Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:24.259Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:24.272Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:24.272Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:25.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:25.159Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:25.161Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:25.161Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-23T10:44:25.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:25.261Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:25.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:25.281Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:25.281Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:26.161Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:26.163Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:26.165Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:26.165Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:44:26.265Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:44:26.266Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:26.266Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:26.277Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:26.277Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:44:27.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:27.167Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:27.170Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:27.170Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-23T10:44:27.270Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:27.271Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:27.271Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:27.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T10:44:27.284Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:27.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T10:44:27.284Z||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 X9JlgsJbhHBorwop) ...
2021-11-23T10:44:27.284Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:44:27.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:27.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:44:27.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664088350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-23T10:44:27.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T10:44:27.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T10:44:27.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "aai-ml",
"timestamp": 1637664089355,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T10:44:27.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb51f574-ee39-4a0b-a16a-749b873b91b0
2021-11-23T10:44:27.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb51f574-ee39-4a0b-a16a-749b873b91b0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T10:44:28.171Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:28.171Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:28.173Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:28.174Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-23T10:44:28.274Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:28.275Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:28.275Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:28.307Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:28.307Z||pool-40-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:29.174Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T10:44:29.175Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:29.177Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:29.177Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664258374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "NOTIFIED"
}
2021-11-23T10:44:29.277Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:29.278Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:29.278Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:29.291Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:29.291Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:44:30.178Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"serviceName": "vFW 2021-11-23 10-38-46",
"serviceVersion": "1.0",
"serviceUUID": "537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "17d67357-9908-4635-881e-6c9d337b3850",
"resources": [
{
"resourceInstanceName": "vFW e005c554-ea0a 0",
"resourceCustomizationUUID": "2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7",
"resourceName": "vFW e005c554-ea0a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d872cccd-4e00-40af-a566-dcdb6ed68ea2",
"resourceInvariantUUID": "da7a6966-2767-4d41-b5ee-350a67c687e4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe005c554ea0a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"artifactChecksum": "MGU1NjA5ZWM0NzFhNjhjNDVlNDVlOWFiODAxOTBlOWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d65da171-c9c2-4b8f-9c06-cf39c3bc4d74",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6bd3857d-b11b-4487-b62e-cadd77e62e8a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f9101875-bbb6-4856-a0b4-87859110c32f",
"generatedFromUUID": "6bd3857d-b11b-4487-b62e-cadd77e62e8a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f9101875-bbb6-4856-a0b4-87859110c32f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211123103846-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"artifactChecksum": "NjljOWUyMjEzYTRlYjc4ZGMxNjU4MTdkNDI5YjczZjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c9e970f-c6cb-424f-8ee8-c9836659d51a"
}
],
"workloadContext": "Production"
}
2021-11-23T10:44:30.178Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T10:44:30.179Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e ASDC
2021-11-23T10:44:30.180Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fb51f574-ee39-4a0b-a16a-749b873b91b0
ServiceName:vFW 2021-11-23 10-38-46
ServiceVersion:1.0
ServiceUUID:537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e
ServiceInvariantUUID:17d67357-9908-4635-881e-6c9d337b3850
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211123103846-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar
ArtifactUUID:7c9e970f-c6cb-424f-8ee8-c9836659d51a
ArtifactChecksum:NjljOWUyMjEzYTRlYjc4ZGMxNjU4MTdkNDI5YjczZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e005c554-ea0a 0
ResourceCustomizationUUID:2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7
ResourceInvariantUUID:da7a6966-2767-4d41-b5ee-350a67c687e4
ResourceName:vFW e005c554-ea0a
ResourceType:VF
ResourceUUID:d872cccd-4e00-40af-a566-dcdb6ed68ea2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe005c554ea0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json
ArtifactUUID:d65da171-c9c2-4b8f-9c06-cf39c3bc4d74
ArtifactChecksum:MGU1NjA5ZWM0NzFhNjhjNDVlNDVlOWFiODAxOTBlOWM=
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/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml
ArtifactUUID:6bd3857d-b11b-4487-b62e-cadd77e62e8a
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/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env
ArtifactUUID:f9101875-bbb6-4856-a0b4-87859110c32f
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/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env
ArtifactUUID:f9101875-bbb6-4856-a0b4-87859110c32f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-23T10:44:30.180Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-23T10:44:30.217Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T10:44:30.217Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c9e970f-c6cb-424f-8ee8-c9836659d51a from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-23T10:44:30.218Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:30.647Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar 7c9e970f-c6cb-424f-8ee8-c9836659d51a 98953
2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar ASDC sendASDCNotification
2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:30.651Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:44:30.652Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:30.653Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:30.654Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664270651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:44:30.757Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-23T10:44:30.758Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:30.758Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:30.780Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:30.781Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:31.654Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T10:44:31.655Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T10:44:31.656Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c9e970f-c6cb-424f-8ee8-c9836659d51a, URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/artifacts/service-Vfw20211123103846-csar.csar to file: /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:31.656Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211123103846-csar.csar
2021-11-23T10:44:31.656Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:31.657Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:32.040Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16481242784116070827/Definitions/service-Vfw20211123103846-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-23T10:44:34.001Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.002Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.003Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e005c554-ea0a 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-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123103846-csar.csar
2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.004Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T10:44:34.005Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.006Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria
2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:44:34.007Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:44:34.008Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:44:34.009Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.010Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:44:34.011Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria
2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:44:34.012Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.013Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe536049-4476-466b-84bc-43d1d8c6533b
2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.014Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria
2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.015Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:44:34.016Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4607bde4-2853-4991-9dd3-9100290662fd
2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria
2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:44:34.017Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:44:34.018Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce9ada19-4bb2-461e-a676-218a64da81cc
2021-11-23T10:44:34.019Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.020Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.021Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:34.021Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:34.021Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-23 10-38-46
Description:catalog service description
Model UUID:537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e
Model Version:NULL
Model InvariantUuid:17d67357-9908-4635-881e-6c9d337b3850
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e005c554-ea0a
Model UUID:5dc002c9-db46-4e69-bdcc-be6a50e43436
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da7a6966-2767-4d41-b5ee-350a67c687e4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:512f9e28-c050-4dd7-8cae-92045befced3
ModelName:VfwE005c554Ea0a..base_vfw..module-0
ModelUuid:5b5a9de6-4736-40bd-958d-0a51fc8a3922
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fe536049-4476-466b-84bc-43d1d8c6533b
ModelInvariantUuid:9da85b6f-c483-4f1a-9075-49cd621cd1ce
ModelName:vFW e005c554-ea0a-nodes.vfwCvfc
ModelUuid:f536c895-ac98-4e6d-9c88-b88227e7676d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fcf0f99d-9d43-449b-8350-725f8a16edd9
ModelInvariantUuid:cf9eb9f7-7306-423d-8400-9f5cb2e88a82
ModelName:VfwE005c554Ea0a.compute.nodes.heat.vfw
ModelUuid:d3cdb644-3deb-452a-8ba8-d911574f9189
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4607bde4-2853-4991-9dd3-9100290662fd
ModelInvariantUuid:0305573b-01ea-4cbd-a88d-312525ae7777
ModelName:vFW e005c554-ea0a-nodes.vsnCvfc
ModelUuid:fcd36ed2-d2c8-4c1d-b913-346323717c41
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6da40001-e318-4335-aff1-9373a7d83ae5
ModelInvariantUuid:88bfa5f9-8fd7-4a8d-a176-b95b5f0575e4
ModelName:VfwE005c554Ea0a.compute.nodes.heat.vsn
ModelUuid:5e8aed1d-f0e9-4e8b-95c2-77a8235f9d71
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ce9ada19-4bb2-461e-a676-218a64da81cc
ModelInvariantUuid:5258b3d4-e888-4c03-9d41-6737557d0488
ModelName:vFW e005c554-ea0a-nodes.vpgCvfc
ModelUuid:1dc9b287-f495-4818-a973-cc0f6d4a99cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:810b76df-3806-42cd-bd21-6cc9cb195d97
ModelInvariantUuid:e68cb7d8-e5de-4361-b1e4-b7a08db8a077
ModelName:VfwE005c554Ea0a.compute.nodes.heat.vpg
ModelUuid:7b3f499b-506d-4226-b8e2-51bf5695f5a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T10:44:34.028Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d872cccd-4e00-40af-a566-dcdb6ed68ea2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:44:34.032Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||vFW e005c554-ea0a 0
2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d872cccd-4e00-40af-a566-dcdb6ed68ea2
2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d65da171-c9c2-4b8f-9c06-cf39c3bc4d74 from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json
2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-23T10:44:34.033Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json
2021-11-23T10:44:34.618Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json d65da171-c9c2-4b8f-9c06-cf39c3bc4d74 785
2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json ASDC sendASDCNotification
2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json
2021-11-23T10:44:34.619Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:44:34.620Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:34.621Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:34.621Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664274619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/vfwe005c554ea0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:44:34.721Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T10:44:34.722Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:34.722Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:34.741Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:34.742Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:35.622Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE005c554Ea0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "512f9e28-c050-4dd7-8cae-92045befced3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b5a9de6-4736-40bd-958d-0a51fc8a3922",
"vfModuleModelCustomizationUUID": "6924120e-204f-4cb1-aed9-9b6a5d8277a1",
"isBase": true,
"artifacts": [
"6bd3857d-b11b-4487-b62e-cadd77e62e8a",
"f9101875-bbb6-4856-a0b4-87859110c32f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-23T10:44:35.626Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE005c554Ea0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b5a9de6-4736-40bd-958d-0a51fc8a3922
VfModuleModelInvariantUUID:512f9e28-c050-4dd7-8cae-92045befced3
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bd3857d-b11b-4487-b62e-cadd77e62e8a
,
f9101875-bbb6-4856-a0b4-87859110c32f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-23T10:44:35.628Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE005c554Ea0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "512f9e28-c050-4dd7-8cae-92045befced3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b5a9de6-4736-40bd-958d-0a51fc8a3922",
"vfModuleModelCustomizationUUID": "6924120e-204f-4cb1-aed9-9b6a5d8277a1",
"isBase": true,
"artifacts": [
"6bd3857d-b11b-4487-b62e-cadd77e62e8a",
"f9101875-bbb6-4856-a0b4-87859110c32f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE005c554Ea0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b5a9de6-4736-40bd-958d-0a51fc8a3922
VfModuleModelInvariantUUID:512f9e28-c050-4dd7-8cae-92045befced3
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bd3857d-b11b-4487-b62e-cadd77e62e8a
,
f9101875-bbb6-4856-a0b4-87859110c32f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6bd3857d-b11b-4487-b62e-cadd77e62e8a from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml
2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-23T10:44:35.629Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml
2021-11-23T10:44:36.109Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml 6bd3857d-b11b-4487-b62e-cadd77e62e8a 20368
2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml
2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:44:36.110Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:36.112Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:36.112Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664276110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:44:36.213Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-23T10:44:36.214Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:36.214Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:36.227Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:36.227Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T10:44:37.113Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f9101875-bbb6-4856-a0b4-87859110c32f from URL: /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env
2021-11-23T10:44:37.113Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-23T10:44:37.113Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env
2021-11-23T10:44:37.508Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env f9101875-bbb6-4856-a0b4-87859110c32f 2098
2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env
2021-11-23T10:44:37.509Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T10:44:37.510Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T10:44:37.512Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T10:44:37.512Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb51f574-ee39-4a0b-a16a-749b873b91b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637664277509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211123103846/1.0/resourceInstances/vfwe005c554ea0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-23T10:44:37.612Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T10:44:37.613Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T10:44:37.613Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X9JlgsJbhHBorwop) ...
2021-11-23T10:44:37.626Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-23T10:44:37.627Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-23T10:44:38.513Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 537fc80a-9cd1-463a-8b6d-a5b28ec3ca9e
2021-11-23T10:44:38.513Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e005c554-ea0a 0 d872cccd-4e00-40af-a566-dcdb6ed68ea2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T10:44:38.530Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@678495bc, org.onap.sdc.toscaparser.api.parameters.Input@2fd366e4, org.onap.sdc.toscaparser.api.parameters.Input@4f712c9e, org.onap.sdc.toscaparser.api.parameters.Input@173d0fa1, org.onap.sdc.toscaparser.api.parameters.Input@54d7418f]
2021-11-23T10:44:38.532Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7
2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 matches Tosca VF Customization UUID: 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7
2021-11-23T10:44:38.533Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T10:44:38.536Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.536Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T10:44:38.537Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2ad6b98e-3f7c-4f8e-bba7-48efdc2c59d7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59eb6f99
2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-23 10-38-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6924120e-204f-4cb1-aed9-9b6a5d8277a1
2021-11-23T10:44:38.538Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6924120e-204f-4cb1-aed9-9b6a5d8277a1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T10:44:38.540Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.541Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.542Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is not matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T10:44:38.543Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T10:44:38.544Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe536049-4476-466b-84bc-43d1d8c6533b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T10:44:38.546Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Node template vFW e005c554-ea0a 0 is matching search criteria
2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e005c554-ea0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T10:44:38.547Z|fb51f574-ee39-4a0b-a16a-749b873b91b0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery