By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-01-10T09:50:47.130Z||main|||||INFO|500||The following profiles are active: basic
2022-01-10T09:51:05.678Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-10T09:51:05.679Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-10T09:51:05.842Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-10T09:51:16.009Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-10T09:51:16.493Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-10T09:51:17.251Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-10T09:51:17.260Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-10T09:51:17.585Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-10T09:51:18.067Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-10T09:51:18.972Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-10T09:51:25.182Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-10T09:51:27.490Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-10T09:51:27.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-10T09:51:28.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-10T09:51:28.374Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-01-10T09:51:29.752Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-10T09:51:30.829Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-10T09:51:30.846Z||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$$7b5c92.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-01-10T09:51:30.847Z||main|||||WARN|500||The sdc end point is not alive
2022-01-10T09:51:33.881Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-01-10T09:51:36.771Z||main|||||WARN|500||---
2022-01-10T09:51:36.772Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-10T09:51:36.773Z||main|||||WARN|500||---
2022-01-10T09:51:37.193Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-10T09:51:42.172Z||main|||||INFO|500||Started Application in 58.948 seconds (JVM running for 65.459)
2022-01-10T09:51:42.202Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-10T09:51:42.203Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-10T09:51:42.226Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-10T09:51:42.261Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-10T09:51:42.304Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 945341ec-bcb8-4fb4-a527-d1888437f526 url= /sdc/v1/artifactTypes
2022-01-10T09:51:42.305Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-10T09:51:42.611Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-10T09:51:42.636Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-01-10T09:51:42.687Z||scheduling-1|||||DEBUG|500||create keys
2022-01-10T09:51:42.696Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-10T09:51:43.031Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:51:43.049Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 55d0f4a5-1832-420a-9c35-e0e4660badfc url= /sdc/v1/registerForDistribution
2022-01-10T09:51:43.666Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 55d0f4a5-1832-420a-9c35-e0e4660badfc url= /sdc/v1/registerForDistribution
2022-01-10T09:51:43.667Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-10T09:51:43.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:51:43.678Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:51:43.682Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-10T09:51:43.687Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:51:43.687Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:51:43.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:51:43.688Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:51:54.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:51:54.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:52:43.677Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:52:43.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:52:43.683Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:52:43.683Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:52:43.684Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:52:43.685Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:52:53.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:52:53.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:53:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:53:43.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:53:43.674Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:53:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:53:43.675Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:53:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:53:53.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:53:53.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:54:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:54:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:54:43.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:54:43.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:54:43.679Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:54:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:54:53.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:54:53.258Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:55:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:55:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:55:43.678Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:55:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:55:43.678Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:55:43.679Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:55:53.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:55:53.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:56:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:56:43.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:56:43.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:56:43.680Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:56:43.680Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:56:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:56:53.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:56:53.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:57:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:57:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:57:43.684Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:57:43.684Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:57:43.684Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:57:43.686Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:57:53.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:57:53.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:58:43.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:58:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:58:43.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:58:43.675Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:58:43.678Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:58:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:58:53.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:58:53.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:59:43.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:59:43.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:59:43.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T09:59:43.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T09:59:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T09:59:43.676Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T09:59:53.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T09:59:53.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:00:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:00:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:00:43.678Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:00:43.678Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:00:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:00:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:00:53.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:00:53.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:01:28.036Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-10T10:01:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:01:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:01:43.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:01:43.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:01:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:01:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:01:53.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:01:53.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:02:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:02:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:02:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:02:43.675Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:02:43.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:02:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:02:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:02:53.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:03:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:03:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:03:43.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:03:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:03:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:03:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:03:53.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:03:53.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:04:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:04:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:04:43.680Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:04:43.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:04:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:04:43.681Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:04:53.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:04:53.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:05:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:05:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:05:43.677Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:05:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:05:43.677Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:05:43.678Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:05:53.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:05:53.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:06:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:06:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:06:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:06:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:06:43.675Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:06:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:06:53.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:06:53.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:07:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:07:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:07:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:07:43.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:07:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:07:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:07:53.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:07:53.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:08:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:08:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:08:43.678Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:08:43.678Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:08:43.678Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:08:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:08:53.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:08:53.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:09:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:09:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:09:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:09:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:09:43.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:09:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:09:53.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:09:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:10:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:10:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:10:43.676Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:10:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:10:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:10:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:10:53.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:10:53.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:11:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:11:43.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:11:43.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:11:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:11:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:11:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:11:53.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:11:53.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:12:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:12:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:12:43.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:12:43.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:12:43.681Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:12:43.681Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:12:53.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:12:53.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:13:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:13:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:13:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:13:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:13:43.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:13:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:13:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:13:53.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:14:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:14:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:14:43.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:14:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:14:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:14:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:14:53.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:14:53.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:15:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:15:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:15:43.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:15:43.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:15:43.679Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:15:43.679Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:15:53.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:15:53.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:16:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:16:43.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:16:43.674Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:16:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:16:43.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:16:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:16:53.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:16:53.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:17:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:17:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:17:43.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:17:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:17:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:17:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:17:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:17:53.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:18:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:18:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:18:43.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:18:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:18:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:18:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:18:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:18:53.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:19:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:19:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:19:43.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:19:43.677Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:19:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:19:43.677Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:19:53.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:19:53.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:20:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:20:43.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:20:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:20:43.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:20:43.675Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:20:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:20:53.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:20:53.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:21:43.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:21:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:21:43.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:21:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:21:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:21:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:21:53.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:21:53.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:22:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:22:43.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:22:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:22:43.676Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:22:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:22:43.676Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:22:53.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:22:53.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:23:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:23:43.674Z||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.
2022-01-10T10:23:43.674Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:23:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:23:43.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:23:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:23:53.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:23:53.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:24:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:24:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:24:43.675Z||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.
2022-01-10T10:24:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:24:43.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:24:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:24:53.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:24:53.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:25:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:25:43.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:25:43.681Z||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.
2022-01-10T10:25:43.681Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:25:43.681Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:25:43.681Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:25:53.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:25:53.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:26:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:26:43.673Z||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.
2022-01-10T10:26:43.674Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:26:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:26:43.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:26:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:26:53.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:26:53.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:27:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:27:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:27:43.675Z||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.
2022-01-10T10:27:43.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:27:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:27:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:27:53.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:27:53.219Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:28:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:28:43.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:28:43.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:28:43.679Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:28:43.680Z||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.
2022-01-10T10:28:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:28:53.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:28:53.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:29:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:29:43.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:29:43.674Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:29:43.676Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:29:43.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:29:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:29:53.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:29:53.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:30:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:30:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:30:43.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:30:43.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:30:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:30:43.678Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:30:53.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:30:53.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:31:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:31:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:31:43.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:31:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:31:43.680Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:31:43.680Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:31:53.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:31:53.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:32:43.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:32:43.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:32:43.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:32:43.675Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:32:43.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:32:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:32:53.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:32:53.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:33:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:33:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:33:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:33:43.675Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:33:43.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:33:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:33:53.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:33:53.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:34:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:34:43.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:34:43.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:34:43.678Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:34:43.679Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:34:43.679Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:34:53.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:34:53.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:35:43.676Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:35:43.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:35:43.682Z||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.
2022-01-10T10:35:43.682Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:35:43.683Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:35:43.683Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:35:53.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:35:53.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:36:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:36:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:36:43.675Z||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.
2022-01-10T10:36:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:36:43.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:36:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:36:53.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:36:53.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:37:43.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:37:43.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:37:43.677Z||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.
2022-01-10T10:37:43.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:37:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:37:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:37:53.220Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:37:53.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:38:43.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:38:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:38:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:38:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:38:43.675Z||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.
2022-01-10T10:38:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:38:53.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:38:53.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:43.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:39:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:39:43.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:39:43.681Z||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.
2022-01-10T10:39:43.681Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:39:43.681Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:39:44.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:44.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:39:44.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:39:44.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:44.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-10T10:39:44.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"455ccdf9-199a-44a2-8e57-47e7df42c38b","serviceName":"vFW 2022-01-10 10-37-18","serviceVersion":"1.0","serviceUUID":"6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c","serviceDescription":"catalog service description","serviceInvariantUUID":"9eb146e9-a3a8-4e0e-8be5-e39cb208e14a","resources":[{"resourceInstanceName":"vFW b288b29e-ce66 0","resourceName":"vFW b288b29e-ce66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1cf6677-0a47-4ef4-88dd-47d6d809ce3e","resourceInvariantUUID":"af42cd78-2ef3-4123-a34a-9bd052e18da7","resourceCustomizationUUID":"21c8da76-2754-493a-904d-00d1b0f805fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml","artifactChecksum":"OTVhOTA1ZjgwOGI4MDQzOWUxNWEwZjEzMjJiYmJlMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e60cda0e-9b60-4814-afa8-3723a0b46bdb","artifactVersion":"1"},{"artifactName":"vfwb288b29ece660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json","artifactChecksum":"ZWEyNDhjMzU4YTZjYjcyNTM4OTM1ZDhlN2EwMDdlMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"639a6864-c454-444b-a5cc-1539772a6507","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"832ce94e-406e-4ce6-aa5f-b5211897ee8c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml","artifactChecksum":"YWU3YmRkZjkzM2RmMTA0Zjk3MmU1ZmI5NTYyNGE1ZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bf29380-adb8-490d-8629-d6802d85675b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e6fb5a0c-c844-4176-95ef-aa3a81d3563b","artifactVersion":"2","generatedFromUUID":"832ce94e-406e-4ce6-aa5f-b5211897ee8c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220110103718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml","artifactChecksum":"OWZkZGQyYjE3YjVhYjAyNDk3NmZlZGU4ZWM5OWFlYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43420144-d430-4be1-a962-34f64de55404","artifactVersion":"1"},{"artifactName":"service-Vfw20220110103718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar","artifactChecksum":"Njk3YWQ2OGRhNjZhNTcwMWI4MmQ5ZDIyNjhiZmY5NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"695dde4f-9d3d-4020-b276-0dd5c057360c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-10T10:39:44.332Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:44.338Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:44.364Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:44.364Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:44.464Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-01-10T10:39:44.469Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:44.469Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:44.481Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:44.482Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:39:45.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:45.374Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:45.378Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:45.378Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:39:45.478Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:39:45.479Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:45.480Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:45.492Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:45.493Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:39:46.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:46.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:46.382Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:46.382Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:39:46.483Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:39:46.484Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:46.484Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:46.496Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:46.496Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:39:47.383Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:47.384Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:47.387Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:47.388Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:47.487Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T10:39:47.488Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:47.489Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:47.499Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:47.500Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:39:48.388Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:48.389Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:48.391Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:48.391Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-10T10:39:48.491Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:39:48.492Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:48.493Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:48.505Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:48.506Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:39:49.393Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:49.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:49.395Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:49.396Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:39:49.496Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:39:49.497Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:49.497Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:49.515Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:49.515Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:39:50.396Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:39:50.397Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:50.399Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:50.399Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:39:50.499Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:39:50.500Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:50.501Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:50.516Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:50.517Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:39:51.401Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"serviceName": "vFW 2022-01-10 10-37-18",
"serviceVersion": "1.0",
"serviceUUID": "6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9eb146e9-a3a8-4e0e-8be5-e39cb208e14a",
"resources": [
{
"resourceInstanceName": "vFW b288b29e-ce66 0",
"resourceCustomizationUUID": "21c8da76-2754-493a-904d-00d1b0f805fa",
"resourceName": "vFW b288b29e-ce66",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b1cf6677-0a47-4ef4-88dd-47d6d809ce3e",
"resourceInvariantUUID": "af42cd78-2ef3-4123-a34a-9bd052e18da7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb288b29ece660_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"artifactChecksum": "ZWEyNDhjMzU4YTZjYjcyNTM4OTM1ZDhlN2EwMDdlMWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "639a6864-c454-444b-a5cc-1539772a6507",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "832ce94e-406e-4ce6-aa5f-b5211897ee8c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e6fb5a0c-c844-4176-95ef-aa3a81d3563b",
"generatedFromUUID": "832ce94e-406e-4ce6-aa5f-b5211897ee8c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e6fb5a0c-c844-4176-95ef-aa3a81d3563b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220110103718-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"artifactChecksum": "Njk3YWQ2OGRhNjZhNTcwMWI4MmQ5ZDIyNjhiZmY5NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "695dde4f-9d3d-4020-b276-0dd5c057360c"
}
],
"workloadContext": "Production"
}
2022-01-10T10:39:51.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-10T10:39:51.403Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c ASDC
2022-01-10T10:39:51.524Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:455ccdf9-199a-44a2-8e57-47e7df42c38b
ServiceName:vFW 2022-01-10 10-37-18
ServiceVersion:1.0
ServiceUUID:6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c
ServiceInvariantUUID:9eb146e9-a3a8-4e0e-8be5-e39cb208e14a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220110103718-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar
ArtifactUUID:695dde4f-9d3d-4020-b276-0dd5c057360c
ArtifactChecksum:Njk3YWQ2OGRhNjZhNTcwMWI4MmQ5ZDIyNjhiZmY5NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b288b29e-ce66 0
ResourceCustomizationUUID:21c8da76-2754-493a-904d-00d1b0f805fa
ResourceInvariantUUID:af42cd78-2ef3-4123-a34a-9bd052e18da7
ResourceName:vFW b288b29e-ce66
ResourceType:VF
ResourceUUID:b1cf6677-0a47-4ef4-88dd-47d6d809ce3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb288b29ece660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json
ArtifactUUID:639a6864-c454-444b-a5cc-1539772a6507
ArtifactChecksum:ZWEyNDhjMzU4YTZjYjcyNTM4OTM1ZDhlN2EwMDdlMWU=
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/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml
ArtifactUUID:832ce94e-406e-4ce6-aa5f-b5211897ee8c
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/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env
ArtifactUUID:e6fb5a0c-c844-4176-95ef-aa3a81d3563b
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/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env
ArtifactUUID:e6fb5a0c-c844-4176-95ef-aa3a81d3563b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-10T10:39:51.525Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:39:51.768Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T10:39:51.771Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T10:39:51.772Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T10:39:51.772Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 695dde4f-9d3d-4020-b276-0dd5c057360c from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:51.772Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-10T10:39:51.774Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:52.088Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-10T10:39:52.106Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar 695dde4f-9d3d-4020-b276-0dd5c057360c 98945
2022-01-10T10:39:52.108Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar ASDC sendASDCNotification
2022-01-10T10:39:52.108Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:52.109Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:39:52.109Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:52.111Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:52.111Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811192106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:39:52.211Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T10:39:52.213Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:52.213Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:52.224Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:52.226Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:39:53.112Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T10:39:53.113Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T10:39:53.114Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 695dde4f-9d3d-4020-b276-0dd5c057360c, URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar to file: /app/ASDC/1/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:53.115Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220110103718-csar.csar
2022-01-10T10:39:53.208Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:53.209Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:53.952Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1065672445015330841/Definitions/service-Vfw20220110103718-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-10T10:39:56.597Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-10T10:39:56.604Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.605Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.606Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.607Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b288b29e-ce66 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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.607Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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-Vfw20220110103718-csar.csar
2022-01-10T10:39:56.607Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-10T10:39:56.613Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.615Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.619Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:39:56.620Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-10T10:39:56.622Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T10:39:56.624Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.624Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T10:39:56.625Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.626Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.629Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-10T10:39:56.630Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.631Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.632Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.636Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-10T10:39:56.637Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.637Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-10T10:39:56.638Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.638Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-10T10:39:56.638Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.639Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-10T10:39:56.641Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.641Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:39:56.641Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:39:56.642Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.642Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:39:56.643Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:39:56.643Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.644Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:39:56.644Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:39:56.645Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-10T10:39:56.646Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:39:56.646Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-10T10:39:56.646Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-10T10:39:56.647Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.647Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.647Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.648Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8c5983-1912-426e-a30f-b8f9ba3e0fca
2022-01-10T10:39:56.649Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.649Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:39:56.649Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:39:56.650Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-10T10:39:56.650Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.650Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.651Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-10T10:39:56.651Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.651Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:39:56.652Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-10T10:39:56.652Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-10T10:39:56.653Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.653Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-10T10:39:56.653Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.654Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fbf4261-766e-49d9-88cf-692ea309764f
2022-01-10T10:39:56.654Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.655Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:39:56.655Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:39:56.655Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-10T10:39:56.656Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.656Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.656Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-10T10:39:56.657Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.657Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:39:56.658Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-10T10:39:56.658Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-10T10:39:56.658Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:39:56.659Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-10T10:39:56.659Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-10T10:39:56.659Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=116109ca-a7a1-460d-9237-7ea37a06b0bc
2022-01-10T10:39:56.660Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.660Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.661Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.661Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.661Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.662Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.662Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:39:56.663Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:39:56.663Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-10 10-37-18
Description:catalog service description
Model UUID:6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c
Model Version:NULL
Model InvariantUuid:9eb146e9-a3a8-4e0e-8be5-e39cb208e14a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b288b29e-ce66
Model UUID:daf11a63-a828-429c-a066-89a027968ac1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af42cd78-2ef3-4123-a34a-9bd052e18da7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:21c8da76-2754-493a-904d-00d1b0f805fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:95868c13-60a6-4de6-b14c-b24c7434969e
ModelName:VfwB288b29eCe66..base_vfw..module-0
ModelUuid:3bf49d7b-aea6-4a0a-9343-4aae9f717b5a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7f8c5983-1912-426e-a30f-b8f9ba3e0fca
ModelInvariantUuid:652f042d-daf8-4e2e-a123-32cd730a31e3
ModelName:vFW b288b29e-ce66-nodes.vfwCvfc
ModelUuid:c23b9e55-5668-4a19-86c7-959275d7642c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2ddad745-1a58-4565-9ae0-56e9cca9891e
ModelInvariantUuid:98077460-8194-45a4-8157-c45ee5b26ab3
ModelName:VfwB288b29eCe66.compute.nodes.heat.vfw
ModelUuid:91bf34b6-789f-4b9a-8ddb-c75d1cd641b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9fbf4261-766e-49d9-88cf-692ea309764f
ModelInvariantUuid:ee4c4abe-dc97-4cf0-962e-c7a84226080e
ModelName:vFW b288b29e-ce66-nodes.vsnCvfc
ModelUuid:07f1fda8-ba93-4bcb-8b25-82c036964ce5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:040ccb3c-1f00-4d50-9e2e-6479bdbe3bc3
ModelInvariantUuid:1071a1b7-d94e-4f2b-bf80-5f4b5e8bc373
ModelName:VfwB288b29eCe66.compute.nodes.heat.vsn
ModelUuid:7e48b28d-402a-4ec5-b50a-1b1092ec4ee5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:116109ca-a7a1-460d-9237-7ea37a06b0bc
ModelInvariantUuid:6128dd0a-1dd9-4480-a00d-96710f608d70
ModelName:vFW b288b29e-ce66-nodes.vpgCvfc
ModelUuid:640e1b91-a567-4537-a0ee-cde080336306
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:98037d7a-c322-4135-a71a-76fe6bb43657
ModelInvariantUuid:c5a2a1ce-e82a-4a98-b10f-a96041cf3a9e
ModelName:VfwB288b29eCe66.compute.nodes.heat.vpg
ModelUuid:9eea903d-5f04-4651-b072-bc8d3316494c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-10T10:39:56.685Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b1cf6677-0a47-4ef4-88dd-47d6d809ce3e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:39:56.788Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||vFW b288b29e-ce66 0
2022-01-10T10:39:56.797Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1cf6677-0a47-4ef4-88dd-47d6d809ce3e
2022-01-10T10:39:56.797Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 639a6864-c454-444b-a5cc-1539772a6507 from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json
2022-01-10T10:39:56.798Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-10T10:39:56.798Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json
2022-01-10T10:39:56.996Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json 639a6864-c454-444b-a5cc-1539772a6507 785
2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json ASDC sendASDCNotification
2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json
2022-01-10T10:39:56.997Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:39:56.998Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:57.000Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:57.001Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811196997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:39:57.102Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-10T10:39:57.103Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:57.103Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:57.116Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:57.116Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:39:58.002Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB288b29eCe66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "95868c13-60a6-4de6-b14c-b24c7434969e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3bf49d7b-aea6-4a0a-9343-4aae9f717b5a",
"vfModuleModelCustomizationUUID": "3878ad5d-9136-4e59-baa2-04b7b5566991",
"isBase": true,
"artifacts": [
"832ce94e-406e-4ce6-aa5f-b5211897ee8c",
"e6fb5a0c-c844-4176-95ef-aa3a81d3563b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-10T10:39:58.027Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB288b29eCe66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3bf49d7b-aea6-4a0a-9343-4aae9f717b5a
VfModuleModelInvariantUUID:95868c13-60a6-4de6-b14c-b24c7434969e
VfModuleModelDescription:NULL
Artifacts UUID List:{
832ce94e-406e-4ce6-aa5f-b5211897ee8c
,
e6fb5a0c-c844-4176-95ef-aa3a81d3563b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-10T10:39:58.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB288b29eCe66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "95868c13-60a6-4de6-b14c-b24c7434969e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3bf49d7b-aea6-4a0a-9343-4aae9f717b5a",
"vfModuleModelCustomizationUUID": "3878ad5d-9136-4e59-baa2-04b7b5566991",
"isBase": true,
"artifacts": [
"832ce94e-406e-4ce6-aa5f-b5211897ee8c",
"e6fb5a0c-c844-4176-95ef-aa3a81d3563b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-10T10:39:58.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB288b29eCe66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3bf49d7b-aea6-4a0a-9343-4aae9f717b5a
VfModuleModelInvariantUUID:95868c13-60a6-4de6-b14c-b24c7434969e
VfModuleModelDescription:NULL
Artifacts UUID List:{
832ce94e-406e-4ce6-aa5f-b5211897ee8c
,
e6fb5a0c-c844-4176-95ef-aa3a81d3563b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-10T10:39:58.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 832ce94e-406e-4ce6-aa5f-b5211897ee8c from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml
2022-01-10T10:39:58.031Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-10T10:39:58.031Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml
2022-01-10T10:39:58.184Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-10T10:39:58.185Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml 832ce94e-406e-4ce6-aa5f-b5211897ee8c 20368
2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml
2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:39:58.186Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:58.188Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:58.188Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811198186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:39:58.289Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:39:58.290Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:58.290Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:58.303Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:58.304Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:39:59.189Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e6fb5a0c-c844-4176-95ef-aa3a81d3563b from URL: /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env
2022-01-10T10:39:59.189Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-10T10:39:59.190Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env
2022-01-10T10:39:59.486Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-10T10:39:59.487Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env e6fb5a0c-c844-4176-95ef-aa3a81d3563b 2098
2022-01-10T10:39:59.487Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-10T10:39:59.487Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env
2022-01-10T10:39:59.488Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:39:59.488Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:39:59.491Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:39:59.492Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811199487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:39:59.593Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-10T10:39:59.594Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:39:59.594Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:39:59.607Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:39:59.608Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:40:00.493Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c
2022-01-10T10:40:00.493Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b288b29e-ce66 0 b1cf6677-0a47-4ef4-88dd-47d6d809ce3e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:40:00.527Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd04866, org.onap.sdc.toscaparser.api.parameters.Input@3f931e7c, org.onap.sdc.toscaparser.api.parameters.Input@47035e4a, org.onap.sdc.toscaparser.api.parameters.Input@73e88a71, org.onap.sdc.toscaparser.api.parameters.Input@5a526f12]
2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 21c8da76-2754-493a-904d-00d1b0f805fa
2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21c8da76-2754-493a-904d-00d1b0f805fa matches Tosca VF Customization UUID: 21c8da76-2754-493a-904d-00d1b0f805fa
2022-01-10T10:40:00.531Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 21c8da76-2754-493a-904d-00d1b0f805fa matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-10T10:40:00.538Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.538Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 21c8da76-2754-493a-904d-00d1b0f805fa: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@508acb86
2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.540Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-10T10:40:00.541Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3878ad5d-9136-4e59-baa2-04b7b5566991
2022-01-10T10:40:00.542Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3878ad5d-9136-4e59-baa2-04b7b5566991
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-10T10:40:00.548Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.549Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:40:00.549Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.550Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-10T10:40:00.551Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.552Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8c5983-1912-426e-a30f-b8f9ba3e0fca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:40:00.559Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-10T10:40:00.560Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-10T10:40:00.562Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.562Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-10T10:40:00.562Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-10T10:40:00.563Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-10T10:40:00.564Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-10T10:40:00.564Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.564Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fbf4261-766e-49d9-88cf-692ea309764f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-10T10:40:00.566Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.566Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:40:00.567Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:40:00.569Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.569Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is not matching search criteria
2022-01-10T10:40:00.570Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-10T10:40:00.571Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-10T10:40:00.572Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-10T10:40:00.573Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-10T10:40:00.574Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-10T10:40:00.574Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=116109ca-a7a1-460d-9237-7ea37a06b0bc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-10T10:40:00.576Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.577Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:40:00.577Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:40:00.577Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.578Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Node template vFW b288b29e-ce66 0 is matching search criteria
2022-01-10T10:40:00.578Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b288b29e-ce66 0] matching following query criteria: sdcType=VF, customizationUUID=21c8da76-2754-493a-904d-00d1b0f805fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:40:00.580Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.580Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.582Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c: vFW b288b29e-ce66
2022-01-10T10:40:00.582Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.582Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.583Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.584Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.584Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.584Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:40:00.585Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-10 10-37-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:40:00.585Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-01-10 10-37-18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:40:00.890Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b288b29e-ce66 b1cf6677-0a47-4ef4-88dd-47d6d809ce3e 1 ASDC deployResourceStructure
2022-01-10T10:40:00.891Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json ASDC sendASDCNotification
2022-01-10T10:40:00.891Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json
2022-01-10T10:40:00.891Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:40:00.892Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:40:00.894Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:40:00.894Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811200891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "DEPLOY_OK"
}
2022-01-10T10:40:00.994Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:40:00.995Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:40:00.996Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:40:01.008Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:40:01.008Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:40:01.895Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-10T10:40:01.896Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml
2022-01-10T10:40:01.896Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:40:01.897Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:40:01.905Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:40:01.908Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811201895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-10T10:40:01.999Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-01-10T10:40:02.000Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:40:02.000Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:40:02.011Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:40:02.011Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:40:02.909Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-10T10:40:02.909Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env
2022-01-10T10:40:02.909Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:40:02.910Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:40:02.912Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:40:02.912Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811202909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-10T10:40:03.012Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:40:03.013Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:40:03.013Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:40:03.037Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:40:03.038Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:40:03.913Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar ASDC sendASDCNotification
2022-01-10T10:40:03.913Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar
2022-01-10T10:40:03.913Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:40:03.914Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:40:03.915Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:40:03.916Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811203913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:40:04.016Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:40:04.017Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:40:04.017Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:40:04.036Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:40:04.037Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:40:04.917Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:40:04.941Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:40:04.943Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:40:04.943Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-10T10:40:04.944Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-10T10:40:34.944Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:40:34.956Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:40:34.958Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:40:34.958Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-10T10:40:34.959Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-10T10:40:43.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:40:43.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:40:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:40:43.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:40:43.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:40:43.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811170374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:40:43.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:41:04.959Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:41:04.973Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:41:04.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:41:04.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-10T10:41:04.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-10T10:41:34.976Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:41:34.984Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:41:34.986Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:41:34.986Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-10T10:41:34.986Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-10T10:41:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:41:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:41:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:41:43.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:41:43.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:41:43.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:41:43.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:04.988Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:42:05.018Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:42:05.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:42:05.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-10T10:42:05.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-10T10:42:35.021Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:42:35.030Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:42:35.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:42:35.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-10T10:42:35.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-10T10:42:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:42:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:42:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:42:44.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:42:44.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811181830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811189978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811183422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811183674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811184282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "cds",
"timestamp": 1641811190997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:42:44.234Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b
2022-01-10T10:42:44.234Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811191362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811192106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811192176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811192476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811193186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811193593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811187242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "policy-id",
"timestamp": 1641811194190,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:42:44.257Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b
2022-01-10T10:42:44.257Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:42:44.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811194676,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:42:44.271Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b
2022-01-10T10:42:44.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-10T10:42:44.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811195681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811196997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:42:44.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811198186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811192007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811192225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:42:44.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811199184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811199487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811200113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811200293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811200805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:42:44.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811200891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/vfwb288b29ece660_modules.json",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "clamp",
"timestamp": 1641811201302,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:42:44.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b
2022-01-10T10:42:44.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:42:44.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811201895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811202909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/resourceInstances/vfwb288b29ece660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811203913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811206502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811207508,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:42:44.305Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b
2022-01-10T10:42:44.306Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:42:44.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811215222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220110103718/1.0/artifacts/service-Vfw20220110103718-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:42:44.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:42:44.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:42:44.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "aai-ml",
"timestamp": 1641811216228,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:42:44.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 455ccdf9-199a-44a2-8e57-47e7df42c38b
2022-01-10T10:42:44.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 455ccdf9-199a-44a2-8e57-47e7df42c38b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:43:05.033Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:43:05.043Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:43:05.047Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:43:05.048Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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=?
2022-01-10T10:43:05.054Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-10T10:43:35.055Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-10T10:43:35.071Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 455ccdf9-199a-44a2-8e57-47e7df42c38b and serviceModelVersionId: 6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c
2022-01-10T10:43:35.071Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9eb146e9-a3a8-4e0e-8be5-e39cb208e14a
2022-01-10T10:43:43.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:43:43.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:43:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:43:49.725Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0
2022-01-10T10:43:49.830Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-10T10:43:50.292Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|INFO|500||Invoke
2022-01-10T10:43:50.301Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[455ccdf9-199a-44a2-8e57-47e7df42c38b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dc8a676-c089-4ab0-bb7e-827ea7dff984], X-ECOMP-RequestID=[455ccdf9-199a-44a2-8e57-47e7df42c38b], X-TransactionId=[], X-ONAP-RequestID=[455ccdf9-199a-44a2-8e57-47e7df42c38b], Content-Type=[application/merge-patch+json]}
2022-01-10T10:43:50.408Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-10T10:43:50.802Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?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/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220110-10:43:50:420-44741], vertex-id=[176168], Content-Length=[0], Date=[Mon, 10 Jan 2022 10:43:50 GMT], Content-Type=[application/json]}
2022-01-10T10:43:50.804Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-10T10:43:50.805Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eb146e9-a3a8-4e0e-8be5-e39cb208e14a/model-vers/model-ver/6f2d62b9-52ce-41ab-b6f9-21ff3871eb7c?depth=0|INFO|500||InvokeReturn
2022-01-10T10:43:50.809Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-10T10:43:50.810Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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=?
2022-01-10T10:43:50.816Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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)
2022-01-10T10:43:50.818Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 455ccdf9-199a-44a2-8e57-47e7df42c38b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-10T10:43:50.820Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-10T10:43:50.821Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:43:50.823Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:43:50.823Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811430818,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-10T10:43:50.924Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:43:50.925Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:43:50.925Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:43:50.937Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:43:50.938Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:43:51.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:43:51.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-10T10:43:51.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "455ccdf9-199a-44a2-8e57-47e7df42c38b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811430818,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-10T10:43:51.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-10T10:43:51.848Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:43:51.849Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T10:43:51.849Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T10:44:02.438Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:44:02.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:44:02.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:44:02.440Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:44:11.997Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:44:11.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:44:11.998Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:44:11.999Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:44:21.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:44:21.550Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:44:21.551Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:44:21.551Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:44:31.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:44:43.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:44:43.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:44:43.680Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:44:43.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:44:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:44:43.680Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:44:53.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:44:53.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:43.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:45:43.674Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:45:43.674Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:45:43.676Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:45:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:45:44.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:44.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:44.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32","serviceName":"basic_onboard_SVBSyV","serviceVersion":"1.0","serviceUUID":"c8978612-c3f6-45d6-9ac0-cd2185d22544","serviceDescription":"service","serviceInvariantUUID":"cd91a23a-c3f6-4932-b5b4-78443334da34","resources":[{"resourceInstanceName":"basic_onboard_SVBSyV 0","resourceName":"basic_onboard_SVBSyV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61c452bc-e7c6-4081-9f87-ffc90df9a0ae","resourceInvariantUUID":"10dacfd0-dc86-4626-8f94-c09700d7044b","resourceCustomizationUUID":"0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc2ODEwMWM5ZTViZmU4MzRkZTZlZjJhZTI2ZWY2OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"324db097-9562-48b7-9626-d7b40ff4c388","artifactVersion":"1"},{"artifactName":"basic_onboard_svbsyv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json","artifactChecksum":"NDNjYmU2NDlhY2VmOTU3YTE5MzQ1MGY2NjYyYzc4OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e384b9d1-e552-44c9-8e4d-1c10dd6c29ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c52c04c-a090-4f46-a823-6960ec85b42e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccde17bb-e8d3-4fa2-b119-205e6f990e84","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba26299c-3137-4da0-bdee-daa7e9d4a4f6","artifactVersion":"2","generatedFromUUID":"4c52c04c-a090-4f46-a823-6960ec85b42e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSvbsyv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml","artifactChecksum":"MWM0ZDhjMTY1ZjllYzc1NjBlNDRjZTQ5ZGJlYTI0NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ace589a2-d6c6-44af-8846-53b2ad4a2c61","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSvbsyv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar","artifactChecksum":"YmFhMDFjMzMwNzE1YmNlY2VlNTBmYTgwY2U2MzhhZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"671bd916-3170-454d-a153-698ebd0924a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-10T10:45:44.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.314Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811492218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811492006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811496830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.320Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:44.320Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811506216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811506223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811506360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811500374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "cds",
"timestamp": 1641811507231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:44.346Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
2022-01-10T10:45:44.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:44.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811508862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:44.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641811509866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:45:44.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
2022-01-10T10:45:44.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:44.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811503422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811504282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811511590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811512082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811512787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811513086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:44.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811513221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "ves-openapi-manager",
"timestamp": 1641811507242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811513961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:44.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "policy-id",
"timestamp": 1641811514090,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:45:44.382Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
2022-01-10T10:45:44.382Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:44.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811514524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:44.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811514996,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:45:44.394Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
2022-01-10T10:45:44.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-10T10:45:44.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811515236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:44.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "aai-ml",
"timestamp": 1641811515528,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:45:44.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
2022-01-10T10:45:44.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:44.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641811516005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:44.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:45:44.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:45:44.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "clamp",
"timestamp": 1641811516247,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:45:44.417Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
2022-01-10T10:45:44.417Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 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=?
2022-01-10T10:45:44.419Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:44.420Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:44.420Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:44.432Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:44.432Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:45.322Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:45.324Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:45.331Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:45.332Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:45:45.432Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:45:45.434Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:45.435Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:45.446Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:45.446Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:46.332Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:46.333Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:46.335Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:46.335Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:45:46.435Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T10:45:46.436Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:46.436Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:46.447Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:46.447Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:47.336Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:47.338Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:47.340Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:47.340Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:47.441Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-10T10:45:47.442Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:47.442Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:47.454Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:47.454Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:48.342Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:48.342Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:48.345Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:48.345Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-10T10:45:48.445Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T10:45:48.445Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:48.446Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:48.458Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:48.458Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:49.347Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:49.348Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:49.350Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:49.350Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:45:49.452Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-10T10:45:49.454Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:49.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:49.468Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:49.468Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:50.351Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T10:45:50.354Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:50.357Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:50.358Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:45:50.458Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T10:45:50.459Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:50.459Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:50.471Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:50.471Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:51.360Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"serviceName": "basic_onboard_SVBSyV",
"serviceVersion": "1.0",
"serviceUUID": "c8978612-c3f6-45d6-9ac0-cd2185d22544",
"serviceDescription": "service",
"serviceInvariantUUID": "cd91a23a-c3f6-4932-b5b4-78443334da34",
"resources": [
{
"resourceInstanceName": "basic_onboard_SVBSyV 0",
"resourceCustomizationUUID": "0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb",
"resourceName": "basic_onboard_SVBSyV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "61c452bc-e7c6-4081-9f87-ffc90df9a0ae",
"resourceInvariantUUID": "10dacfd0-dc86-4626-8f94-c09700d7044b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_svbsyv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"artifactChecksum": "NDNjYmU2NDlhY2VmOTU3YTE5MzQ1MGY2NjYyYzc4OTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e384b9d1-e552-44c9-8e4d-1c10dd6c29ed",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4c52c04c-a090-4f46-a823-6960ec85b42e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ba26299c-3137-4da0-bdee-daa7e9d4a4f6",
"generatedFromUUID": "4c52c04c-a090-4f46-a823-6960ec85b42e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ba26299c-3137-4da0-bdee-daa7e9d4a4f6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSvbsyv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"artifactChecksum": "YmFhMDFjMzMwNzE1YmNlY2VlNTBmYTgwY2U2MzhhZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "671bd916-3170-454d-a153-698ebd0924a7"
}
],
"workloadContext": "Production"
}
2022-01-10T10:45:51.361Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-10T10:45:51.361Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8978612-c3f6-45d6-9ac0-cd2185d22544 ASDC
2022-01-10T10:45:51.362Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
ServiceName:basic_onboard_SVBSyV
ServiceVersion:1.0
ServiceUUID:c8978612-c3f6-45d6-9ac0-cd2185d22544
ServiceInvariantUUID:cd91a23a-c3f6-4932-b5b4-78443334da34
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSvbsyv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar
ArtifactUUID:671bd916-3170-454d-a153-698ebd0924a7
ArtifactChecksum:YmFhMDFjMzMwNzE1YmNlY2VlNTBmYTgwY2U2MzhhZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SVBSyV 0
ResourceCustomizationUUID:0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb
ResourceInvariantUUID:10dacfd0-dc86-4626-8f94-c09700d7044b
ResourceName:basic_onboard_SVBSyV
ResourceType:VF
ResourceUUID:61c452bc-e7c6-4081-9f87-ffc90df9a0ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_svbsyv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json
ArtifactUUID:e384b9d1-e552-44c9-8e4d-1c10dd6c29ed
ArtifactChecksum:NDNjYmU2NDlhY2VmOTU3YTE5MzQ1MGY2NjYyYzc4OTQ=
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/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4c52c04c-a090-4f46-a823-6960ec85b42e
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/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env
ArtifactUUID:ba26299c-3137-4da0-bdee-daa7e9d4a4f6
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/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env
ArtifactUUID:ba26299c-3137-4da0-bdee-daa7e9d4a4f6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-10T10:45:51.362Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8978612-c3f6-45d6-9ac0-cd2185d22544 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-10T10:45:51.401Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 671bd916-3170-454d-a153-698ebd0924a7 from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:51.403Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-10T10:45:51.404Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:51.603Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-10T10:45:51.609Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar 671bd916-3170-454d-a153-698ebd0924a7 71544
2022-01-10T10:45:51.610Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar ASDC sendASDCNotification
2022-01-10T10:45:51.610Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:51.610Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:45:51.611Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:51.614Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:51.614Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811551610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:51.714Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:45:51.716Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:51.716Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:51.730Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:51.731Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:52.617Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T10:45:52.620Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-10T10:45:52.620Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 671bd916-3170-454d-a153-698ebd0924a7, URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar to file: /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:52.621Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:52.622Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:52.622Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:52.807Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1700096170344225185/Definitions/service-BasicOnboardSvbsyv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-01-10T10:45:54.217Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SVBSyV 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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.218Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||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-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.219Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T10:45:54.220Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is not matching search criteria
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-10T10:45:54.222Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:45:54.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:45:54.224Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is not matching search criteria
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5beab7a5-918e-49f5-808a-ee748cd4df50
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.225Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:54.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SVBSyV
Description:service
Model UUID:c8978612-c3f6-45d6-9ac0-cd2185d22544
Model Version:NULL
Model InvariantUuid:cd91a23a-c3f6-4932-b5b4-78443334da34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SVBSyV
Model UUID:6f3bb372-3347-48ec-b2e0-8c105e11716d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10dacfd0-dc86-4626-8f94-c09700d7044b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:043a02de-bdeb-4af5-ac1f-467fc47f3677
ModelName:BasicOnboardSvbsyv..base_ubuntu18..module-0
ModelUuid:08ae359d-8cb2-4dda-84c7-d200b7658c3b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5beab7a5-918e-49f5-808a-ee748cd4df50
ModelInvariantUuid:30a53146-bdb8-4635-8bbe-a22394b58797
ModelName:basic_onboard_SVBSyV-nodes.ubuntu18Cvfc
ModelUuid:d5189b81-6391-4338-bbdb-ac4ee69496c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ec62a860-0ade-434b-87e4-cfa46e62204b
ModelInvariantUuid:3450fb2d-e126-4ca2-914d-c5113dafacdc
ModelName:BasicOnboardSvbsyv.compute.nodes.heat.ubuntu18
ModelUuid:4609b3e3-f08d-46fd-9078-e68e5bd2faec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-10T10:45:54.234Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61c452bc-e7c6-4081-9f87-ffc90df9a0ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||basic_onboard_SVBSyV 0
2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61c452bc-e7c6-4081-9f87-ffc90df9a0ae
2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e384b9d1-e552-44c9-8e4d-1c10dd6c29ed from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json
2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-10T10:45:54.239Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json
2022-01-10T10:45:54.307Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json e384b9d1-e552-44c9-8e4d-1c10dd6c29ed 798
2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json ASDC sendASDCNotification
2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json
2022-01-10T10:45:54.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:45:54.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:54.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:54.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811554308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:54.411Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:45:54.412Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:54.412Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:54.423Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:54.423Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:55.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSvbsyv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "043a02de-bdeb-4af5-ac1f-467fc47f3677",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "08ae359d-8cb2-4dda-84c7-d200b7658c3b",
"vfModuleModelCustomizationUUID": "b38f6c28-c7fb-4258-b507-d42182e7a21a",
"isBase": true,
"artifacts": [
"4c52c04c-a090-4f46-a823-6960ec85b42e",
"ba26299c-3137-4da0-bdee-daa7e9d4a4f6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-10T10:45:55.318Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvbsyv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08ae359d-8cb2-4dda-84c7-d200b7658c3b
VfModuleModelInvariantUUID:043a02de-bdeb-4af5-ac1f-467fc47f3677
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c52c04c-a090-4f46-a823-6960ec85b42e
,
ba26299c-3137-4da0-bdee-daa7e9d4a4f6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSvbsyv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "043a02de-bdeb-4af5-ac1f-467fc47f3677",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "08ae359d-8cb2-4dda-84c7-d200b7658c3b",
"vfModuleModelCustomizationUUID": "b38f6c28-c7fb-4258-b507-d42182e7a21a",
"isBase": true,
"artifacts": [
"4c52c04c-a090-4f46-a823-6960ec85b42e",
"ba26299c-3137-4da0-bdee-daa7e9d4a4f6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvbsyv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08ae359d-8cb2-4dda-84c7-d200b7658c3b
VfModuleModelInvariantUUID:043a02de-bdeb-4af5-ac1f-467fc47f3677
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c52c04c-a090-4f46-a823-6960ec85b42e
,
ba26299c-3137-4da0-bdee-daa7e9d4a4f6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c52c04c-a090-4f46-a823-6960ec85b42e from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml
2022-01-10T10:45:55.320Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-10T10:45:55.321Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml
2022-01-10T10:45:55.369Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml 4c52c04c-a090-4f46-a823-6960ec85b42e 5033
2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml
2022-01-10T10:45:55.370Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:45:55.371Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:55.373Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:55.373Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811555370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:55.473Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:45:55.474Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:55.474Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:55.485Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:55.485Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-10T10:45:56.374Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ba26299c-3137-4da0-bdee-daa7e9d4a4f6 from URL: /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env
2022-01-10T10:45:56.375Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-10T10:45:56.376Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env
2022-01-10T10:45:56.505Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-10T10:45:56.505Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ba26299c-3137-4da0-bdee-daa7e9d4a4f6 909
2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env
2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T10:45:56.506Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:56.509Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:56.509Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811556506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:45:56.609Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T10:45:56.611Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:56.611Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:56.623Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:56.623Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:57.510Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c8978612-c3f6-45d6-9ac0-cd2185d22544
2022-01-10T10:45:57.511Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SVBSyV 0 61c452bc-e7c6-4081-9f87-ffc90df9a0ae ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:45:57.527Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ba5061, org.onap.sdc.toscaparser.api.parameters.Input@152f5647, org.onap.sdc.toscaparser.api.parameters.Input@7afe0685, org.onap.sdc.toscaparser.api.parameters.Input@6f221d32, org.onap.sdc.toscaparser.api.parameters.Input@740061ef]
2022-01-10T10:45:57.528Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.528Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb
2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb matches Tosca VF Customization UUID: 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb
2022-01-10T10:45:57.529Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-10T10:45:57.531Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.531Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e063f1a
2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-10T10:45:57.532Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b38f6c28-c7fb-4258-b507-d42182e7a21a
2022-01-10T10:45:57.533Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b38f6c28-c7fb-4258-b507-d42182e7a21a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-10T10:45:57.535Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.535Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.536Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is not matching search criteria
2022-01-10T10:45:57.537Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-10T10:45:57.537Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-10T10:45:57.537Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5beab7a5-918e-49f5-808a-ee748cd4df50
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-10T10:45:57.543Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.543Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_SVBSyV 0 is matching search criteria
2022-01-10T10:45:57.544Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_SVBSyV 0] matching following query criteria: sdcType=VF, customizationUUID=0e95d6e4-c8ba-4d56-b4b2-cd8f59ff54cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c8978612-c3f6-45d6-9ac0-cd2185d22544: basic_onboard_SVBSyV
2022-01-10T10:45:57.546Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.547Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_SVBSyV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T10:45:57.548Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_SVBSyV
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T10:45:57.628Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SVBSyV 61c452bc-e7c6-4081-9f87-ffc90df9a0ae 1 ASDC deployResourceStructure
2022-01-10T10:45:57.628Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json ASDC sendASDCNotification
2022-01-10T10:45:57.628Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json
2022-01-10T10:45:57.629Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:45:57.629Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:57.631Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:57.631Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811557628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:57.736Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-01-10T10:45:57.737Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:57.737Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:57.746Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:57.747Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml
2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:45:58.632Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:58.634Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:58.634Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811558632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:58.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:45:58.735Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:58.735Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:58.747Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:58.747Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:45:59.635Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-10T10:45:59.635Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env
2022-01-10T10:45:59.635Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:45:59.636Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:45:59.638Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:45:59.638Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811559635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-10T10:45:59.738Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:45:59.739Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:45:59.739Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:45:59.750Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:45:59.750Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar ASDC sendASDCNotification
2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar
2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T10:46:00.639Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:46:00.641Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:46:00.641Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811560639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:46:00.743Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-01-10T10:46:00.744Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:46:00.744Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:46:00.760Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:46:00.761Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-10T10:46:01.643Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:46:01.654Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:46:01.658Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T10:46:01.659Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T10:46:01.663Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-10T10:46:31.663Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-10T10:46:31.670Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and serviceModelVersionId: c8978612-c3f6-45d6-9ac0-cd2185d22544
2022-01-10T10:46:31.670Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd91a23a-c3f6-4932-b5b4-78443334da34
2022-01-10T10:46:31.671Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0
2022-01-10T10:46:31.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-10T10:46:31.730Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|INFO|500||Invoke
2022-01-10T10:46:31.731Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e92f314b-d97d-4785-8a11-5c7ab88ffb1f], X-ECOMP-RequestID=[d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32], X-TransactionId=[], X-ONAP-RequestID=[d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32], Content-Type=[application/merge-patch+json]}
2022-01-10T10:46:31.773Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-10T10:46:32.158Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?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/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220110-10:46:31:782-90831], vertex-id=[368888], Content-Length=[0], Date=[Mon, 10 Jan 2022 10:46:31 GMT], Content-Type=[application/json]}
2022-01-10T10:46:32.158Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-10T10:46:32.159Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd91a23a-c3f6-4932-b5b4-78443334da34/model-vers/model-ver/c8978612-c3f6-45d6-9ac0-cd2185d22544?depth=0|INFO|500||InvokeReturn
2022-01-10T10:46:32.163Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-10T10:46:32.163Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T10:46:32.168Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-10T10:46:32.168Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-10T10:46:32.169Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-10T10:46:32.169Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-10T10:46:32.171Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T10:46:32.171Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811592169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-10T10:46:32.271Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T10:46:32.272Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T10:46:32.273Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T10:46:32.290Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:46:32.291Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-10T10:46:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:46:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:46:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:46:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:46:43.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:46:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:46:43.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:46:43.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-10T10:46:43.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:46:43.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-01-10T10:46:53.214Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:47:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:47:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:47:43.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:47:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:47:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:47:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:47:44.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:47:44.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "NOTIFIED"
}
2022-01-10T10:47:44.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-10T10:47:44.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T10:47:44.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-10T10:47:44.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811543673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T10:47:44.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-10T10:47:44.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811551610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:47:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811554308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:47:44.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811555370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811556506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811557628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/basic_onboard_svbsyv0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-10T10:47:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811558632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-10T10:47:44.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811559635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/resourceInstances/basic_onboard_svbsyv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811560639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvbsyv/1.0/artifacts/service-BasicOnboardSvbsyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641811592169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-10T10:47:44.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T10:47:53.221Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:48:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:48:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:48:43.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:48:43.678Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:48:43.678Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:48:43.678Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:48:53.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:48:53.231Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:49:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:49:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:49:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:49:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:49:43.676Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:49:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:49:53.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:49:53.217Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:50:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:50:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:50:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:50:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:50:43.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:50:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:50:53.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:50:53.226Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:51:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:51:43.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:51:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:51:43.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:51:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:51:43.677Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:51:53.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:51:53.223Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:52:43.673Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:52:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:52:43.674Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:52:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:52:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:52:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:52:53.230Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:52:53.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:53:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:53:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:53:43.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:53:43.675Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:53:43.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:53:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:53:53.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:53:53.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:54:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:54:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:54:43.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:54:43.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:54:43.676Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:54:43.676Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:54:53.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:54:53.218Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:55:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:55:43.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:55:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:55:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:55:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:55:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:55:53.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:55:53.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:56:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:56:43.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:56:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:56:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:56:43.675Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:56:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:56:53.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:56:53.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:57:43.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:57:43.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:57:43.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:57:43.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:57:43.679Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:57:43.679Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:57:53.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:57:53.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:58:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:58:43.673Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:58:43.673Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:58:43.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:58:43.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:58:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:58:53.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:58:53.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:59:43.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:59:43.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:59:43.674Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T10:59:43.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T10:59:43.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T10:59:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T10:59:53.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T10:59:53.218Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:00:43.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:00:43.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:00:43.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:00:43.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:00:43.680Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:00:43.680Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TsfItNbkILHOUriC) ...
2022-01-10T11:00:53.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:00:53.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:01:43.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:01:43.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:01:43.674Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:01:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:01:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:01:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:01:53.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:01:53.220Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:02:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:02:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T11:02:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:02:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:02:43.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:02:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:02:53.219Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:02:53.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:03:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:03:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:03:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T11:03:43.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:03:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:03:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:03:53.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:03:53.218Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:04:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:04:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T11:04:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:04:43.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:04:43.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:04:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:04:53.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:04:53.216Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:05:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:05:43.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:05:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T11:05:43.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:05:43.675Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:05:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:05:53.223Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:05:53.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:06:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:06:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T11:06:43.674Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:06:43.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:06:43.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:06:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:06:53.229Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:06:53.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:43.673Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:07:43.675Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:07:43.676Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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.
2022-01-10T11:07:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:07:43.676Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|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 TsfItNbkILHOUriC) ...
2022-01-10T11:07:43.676Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|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 TsfItNbkILHOUriC) ...
2022-01-10T11:07:44.303Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:44.303Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:44.304Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.304Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16dcf489-eb3d-43c3-a305-4b216640ee25","serviceDescription":"service","serviceInvariantUUID":"bac5dc61-f755-4c43-9920-d128e2b497d4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"da0b04af-08ea-4ecf-aef6-9b5dcfadc871","resourceInvariantUUID":"5f9e1cdd-0849-4640-8697-09709cc18b57","resourceCustomizationUUID":"d758333d-6e66-4d75-ba66-7286c1d2ef13","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZWZjMmRjY2YwMzUxMWNjNGZjN2NlOTllYTdlMmVmOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69297bbe-019b-40aa-96c4-ed05a313c396","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTY4ZjQ1MTdiYTllNTlmYzJiMzY1ZDI1NTA2YWE4N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c400a0fe-85f5-4288-b52f-bcb2f14e43ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-10T11:07:44.304Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.304Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "ves-openapi-manager",
"timestamp": 1641812827243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641812823422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.306Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "clamp",
"timestamp": 1641812820373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.308Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "policy-id",
"timestamp": 1641812824282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "ves-openapi-manager",
"timestamp": 1641812827243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.309Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641812823422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "clamp",
"timestamp": 1641812820373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.310Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "policy-id",
"timestamp": 1641812824282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "cds",
"timestamp": 1641812831829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.311Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "policy-id",
"timestamp": 1641812832585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "cds",
"timestamp": 1641812831829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "policy-id",
"timestamp": 1641812833590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T11:07:44.312Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.313Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.313Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "policy-id",
"timestamp": 1641812834594,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-01-10T11:07:44.314Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:07:44.314Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:07:44.318Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T11:07:44.318Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812863673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:07:44.333Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
2022-01-10T11:07:44.333Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "cds",
"timestamp": 1641812834779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.343Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "cds",
"timestamp": 1641812835787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T11:07:44.348Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
2022-01-10T11:07:44.349Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:07:44.361Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.362Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "aai-ml",
"timestamp": 1641812842007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641812842218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.363Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "clamp",
"timestamp": 1641812843473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "aai-ml",
"timestamp": 1641812842007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.364Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641812842218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "aai-ml",
"timestamp": 1641812845133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:07:44.365Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641812845216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "clamp",
"timestamp": 1641812845484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T11:07:44.366Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.367Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.367Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "clamp",
"timestamp": 1641812846489,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T11:07:44.372Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
2022-01-10T11:07:44.372Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:07:44.380Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.380Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641812846863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T11:07:44.381Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.381Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.381Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641812847867,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T11:07:44.385Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
2022-01-10T11:07:44.385Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:07:44.393Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.393Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "aai-ml",
"timestamp": 1641812850712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T11:07:44.393Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:07:44.394Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-10T11:07:44.394Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "aai-ml",
"timestamp": 1641812851716,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-10T11:07:44.398Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
2022-01-10T11:07:44.398Z|d9c85db8-7e5b-4644-80ef-6a7c0c9e0b32|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:07:44.418Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:07:44.419Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:07:44.419Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:07:44.431Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:44.431Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:07:45.319Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:07:45.320Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:07:45.322Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:07:45.322Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812863673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:07:45.422Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:07:45.423Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:07:45.423Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:07:45.439Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:45.439Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:07:46.323Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "16dcf489-eb3d-43c3-a305-4b216640ee25",
"serviceDescription": "service",
"serviceInvariantUUID": "bac5dc61-f755-4c43-9920-d128e2b497d4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d758333d-6e66-4d75-ba66-7286c1d2ef13",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "da0b04af-08ea-4ecf-aef6-9b5dcfadc871",
"resourceInvariantUUID": "5f9e1cdd-0849-4640-8697-09709cc18b57",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YTY4ZjQ1MTdiYTllNTlmYzJiMzY1ZDI1NTA2YWE4N2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c400a0fe-85f5-4288-b52f-bcb2f14e43ec"
}
],
"workloadContext": "Production"
}
2022-01-10T11:07:46.323Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-10T11:07:46.324Z|455ccdf9-199a-44a2-8e57-47e7df42c38b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16dcf489-eb3d-43c3-a305-4b216640ee25 ASDC
2022-01-10T11:07:46.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:16dcf489-eb3d-43c3-a305-4b216640ee25
ServiceInvariantUUID:bac5dc61-f755-4c43-9920-d128e2b497d4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:c400a0fe-85f5-4288-b52f-bcb2f14e43ec
ArtifactChecksum:YTY4ZjQ1MTdiYTllNTlmYzJiMzY1ZDI1NTA2YWE4N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d758333d-6e66-4d75-ba66-7286c1d2ef13
ResourceInvariantUUID:5f9e1cdd-0849-4640-8697-09709cc18b57
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:da0b04af-08ea-4ecf-aef6-9b5dcfadc871
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-01-10T11:07:46.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16dcf489-eb3d-43c3-a305-4b216640ee25 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-10T11:07:46.351Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c400a0fe-85f5-4288-b52f-bcb2f14e43ec from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-10T11:07:46.353Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-10T11:07:46.354Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-10T11:07:46.510Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c400a0fe-85f5-4288-b52f-bcb2f14e43ec 52489
2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-10T11:07:46.512Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T11:07:46.513Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:07:46.514Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:07:46.514Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812866512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:07:46.614Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:07:46.615Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:07:46.616Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:07:46.627Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:46.627Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-10T11:07:47.515Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T11:07:47.516Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T11:07:47.516Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c400a0fe-85f5-4288-b52f-bcb2f14e43ec, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:47.517Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-10T11:07:47.517Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:47.517Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:47.699Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12044185817165203436/Definitions/service-BasicNetwork-template.yml
2022-01-10T11:07:48.184Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-10T11:07:48.184Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.185Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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-BasicNetwork-csar.csar
2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-10T11:07:48.186Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T11:07:48.187Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T11:07:48.188Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.189Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.190Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:16dcf489-eb3d-43c3-a305-4b216640ee25
Model Version:NULL
Model InvariantUuid:bac5dc61-f755-4c43-9920-d128e2b497d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5f9e1cdd-0849-4640-8697-09709cc18b57
Model UUID:01a1eb18-2057-47e5-90a5-c6df8d184eba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d758333d-6e66-4d75-ba66-7286c1d2ef13
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-10T11:07:48.197Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: da0b04af-08ea-4ecf-aef6-9b5dcfadc871
2022-01-10T11:07:48.197Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||No resources found for Service: 16dcf489-eb3d-43c3-a305-4b216640ee25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T11:07:48.202Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||
2022-01-10T11:07:48.202Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 16dcf489-eb3d-43c3-a305-4b216640ee25
2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 16dcf489-eb3d-43c3-a305-4b216640ee25
2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-01-10T11:07:48.203Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-10T11:07:48.210Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ea4dfd, org.onap.sdc.toscaparser.api.parameters.Input@48cd8626, org.onap.sdc.toscaparser.api.parameters.Input@553c53ae, org.onap.sdc.toscaparser.api.parameters.Input@525afd5, org.onap.sdc.toscaparser.api.parameters.Input@55f09f29]
2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 16dcf489-eb3d-43c3-a305-4b216640ee25: Generic NeutronNet
2022-01-10T11:07:48.212Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.213Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.213Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.213Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-01-10T11:07:48.241Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.241Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.241Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:07:48.242Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-10T11:07:48.285Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-01-10T11:07:48.285Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-10T11:07:48.286Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-10T11:07:48.286Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-10T11:07:48.286Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:07:48.288Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:07:48.288Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812868285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T11:07:48.387Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-10T11:07:48.388Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:07:48.388Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:07:48.399Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:07:48.400Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:07:49.292Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T11:07:49.302Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T11:07:49.306Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T11:07:49.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T11:07:49.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-10T11:07:49.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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=?
2022-01-10T11:07:49.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-10T11:08:19.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-10T11:08:19.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and serviceModelVersionId: 16dcf489-eb3d-43c3-a305-4b216640ee25
2022-01-10T11:08:19.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bac5dc61-f755-4c43-9920-d128e2b497d4
2022-01-10T11:08:19.319Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0
2022-01-10T11:08:19.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-10T11:08:19.391Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|INFO|500||Invoke
2022-01-10T11:08:19.391Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3b06352-5204-4b51-8228-a4ada334d10c], X-ECOMP-RequestID=[1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04], X-TransactionId=[], X-ONAP-RequestID=[1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04], Content-Type=[application/merge-patch+json]}
2022-01-10T11:08:19.414Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-10T11:08:19.714Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?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/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220110-11:08:19:423-65302], vertex-id=[192552], Content-Length=[0], Date=[Mon, 10 Jan 2022 11:08:19 GMT], Content-Type=[application/json]}
2022-01-10T11:08:19.715Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-10T11:08:19.715Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bac5dc61-f755-4c43-9920-d128e2b497d4/model-vers/model-ver/16dcf489-eb3d-43c3-a305-4b216640ee25?depth=0|INFO|500||InvokeReturn
2022-01-10T11:08:19.716Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-10T11:08:19.716Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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=?
2022-01-10T11:08:19.722Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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)
2022-01-10T11:08:19.722Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-10T11:08:19.722Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-10T11:08:19.723Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:08:19.724Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:08:19.724Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812899722,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-10T11:08:19.824Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:08:19.825Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:08:19.825Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:08:19.840Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:08:19.842Z||pool-39-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=?
2022-01-10T11:08:43.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:08:43.677Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:08:43.677Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:08:43.674Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:08:43.678Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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.
2022-01-10T11:08:43.678Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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 TsfItNbkILHOUriC) ...
2022-01-10T11:08:43.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:08:43.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-10T11:08:43.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812863673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:08:43.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-10T11:08:53.271Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:43.673Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:09:43.674Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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.
2022-01-10T11:09:43.674Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|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 TsfItNbkILHOUriC) ...
2022-01-10T11:09:43.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-10T11:09:43.675Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-10T11:09:43.675Z||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 TsfItNbkILHOUriC) ...
2022-01-10T11:09:43.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:43.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-10T11:09:43.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812863673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:09:43.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-10T11:09:43.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-10T11:09:43.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812866512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812868285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812899722,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-10T11:09:43.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-10T11:09:44.300Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:44.301Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-10T11:09:44.301Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3f1ed8f-1a71-4870-a635-a61f89e9953f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0044133d-3e5d-402d-b994-3b69a655f27b","serviceDescription":"service","serviceInvariantUUID":"2452000c-68cb-4945-af0e-0575c6f06310","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ed894ab-69e9-4bdb-b498-0675ad6944db","resourceInvariantUUID":"32951d71-b48e-452c-8538-fa5e92be15d7","resourceCustomizationUUID":"bfd0f08b-754b-4b44-86be-7e7fc229882f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Y2JmOTA0ODExZGVhODg4MTk3ZjU4MTdkZGNiYjY2ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3637ec14-8786-4c3b-927d-62b98a8f3d22","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZThlYmUyYmRhYTJlYzU1OGVmMmVmZGNkOGIxMjUyOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7dd92ad-8a45-44ba-94c6-0f8fa27594af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18a122d4-ddca-4499-bb7b-eab85b36357c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"752e6619-be2a-48ff-9834-cb4511328f2d","artifactVersion":"2","generatedFromUUID":"a7dd92ad-8a45-44ba-94c6-0f8fa27594af"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWM3ZjE0ZmIxYmRiN2UwOTdmNjA0NmJkYzcxYTQyNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79765bc6-8ccb-4c21-83e5-8319fc579ee7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjdhZDhkNWUzMDA4ZDdjMmY0MDRmODcwOWJhNzg5ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abb08e80-a95b-4fee-97c1-a51ffb503f5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-10T11:09:44.304Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:44.304Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:44.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:44.307Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:09:44.407Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:09:44.409Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:44.409Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:44.422Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:44.422Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:45.308Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:45.309Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:45.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:45.311Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-01-10T11:09:45.412Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:09:45.413Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:45.413Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:45.427Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:45.428Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:46.313Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:46.314Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:46.317Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:46.317Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-01-10T11:09:46.417Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:09:46.418Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:46.418Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:46.431Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:46.431Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:47.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:47.318Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:47.321Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:47.321Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:09:47.421Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:09:47.421Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:47.421Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:47.432Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:47.432Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:48.322Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:48.324Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:48.328Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:48.328Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-01-10T11:09:48.428Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:09:48.430Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:48.430Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:48.444Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:48.444Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:49.330Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:49.330Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:49.332Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:49.333Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-10T11:09:49.434Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-10T11:09:49.437Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:49.437Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:49.450Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:49.451Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:50.333Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-10T11:09:50.335Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:50.339Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:50.339Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812983673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-01-10T11:09:50.439Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-10T11:09:50.440Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:50.441Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:50.451Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:50.452Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-10T11:09:51.343Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "0044133d-3e5d-402d-b994-3b69a655f27b",
"serviceDescription": "service",
"serviceInvariantUUID": "2452000c-68cb-4945-af0e-0575c6f06310",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "bfd0f08b-754b-4b44-86be-7e7fc229882f",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5ed894ab-69e9-4bdb-b498-0675ad6944db",
"resourceInvariantUUID": "32951d71-b48e-452c-8538-fa5e92be15d7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZThlYmUyYmRhYTJlYzU1OGVmMmVmZGNkOGIxMjUyOWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a7dd92ad-8a45-44ba-94c6-0f8fa27594af",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "752e6619-be2a-48ff-9834-cb4511328f2d",
"generatedFromUUID": "a7dd92ad-8a45-44ba-94c6-0f8fa27594af"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "752e6619-be2a-48ff-9834-cb4511328f2d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZjdhZDhkNWUzMDA4ZDdjMmY0MDRmODcwOWJhNzg5ZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "abb08e80-a95b-4fee-97c1-a51ffb503f5a"
}
],
"workloadContext": "Production"
}
2022-01-10T11:09:51.345Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-10T11:09:51.345Z|1ef37e9e-18ec-4ea6-a861-f6a52cc1eb04|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0044133d-3e5d-402d-b994-3b69a655f27b ASDC
2022-01-10T11:09:51.346Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e3f1ed8f-1a71-4870-a635-a61f89e9953f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0044133d-3e5d-402d-b994-3b69a655f27b
ServiceInvariantUUID:2452000c-68cb-4945-af0e-0575c6f06310
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:abb08e80-a95b-4fee-97c1-a51ffb503f5a
ArtifactChecksum:ZjdhZDhkNWUzMDA4ZDdjMmY0MDRmODcwOWJhNzg5ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bfd0f08b-754b-4b44-86be-7e7fc229882f
ResourceInvariantUUID:32951d71-b48e-452c-8538-fa5e92be15d7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5ed894ab-69e9-4bdb-b498-0675ad6944db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:bccff47c-2fe4-4f5b-8bfa-b4aee41cfe4d
ArtifactChecksum:ZThlYmUyYmRhYTJlYzU1OGVmMmVmZGNkOGIxMjUyOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a7dd92ad-8a45-44ba-94c6-0f8fa27594af
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:752e6619-be2a-48ff-9834-cb4511328f2d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:752e6619-be2a-48ff-9834-cb4511328f2d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-10T11:09:51.346Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0044133d-3e5d-402d-b994-3b69a655f27b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-10T11:09:51.384Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T11:09:51.386Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T11:09:51.386Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T11:09:51.387Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abb08e80-a95b-4fee-97c1-a51ffb503f5a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-10T11:09:51.387Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-10T11:09:51.387Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-10T11:09:51.589Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-10T11:09:51.594Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar abb08e80-a95b-4fee-97c1-a51ffb503f5a 71055
2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-10T11:09:51.595Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-10T11:09:51.598Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-10T11:09:51.598Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e3f1ed8f-1a71-4870-a635-a61f89e9953f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641812991594,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-10T11:09:51.700Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-01-10T11:09:51.701Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-10T11:09:51.701Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TsfItNbkILHOUriC) ...
2022-01-10T11:09:51.712Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-10T11:09:51.713Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-10T11:09:52.599Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-10T11:09:52.600Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-10T11:09:52.600Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: abb08e80-a95b-4fee-97c1-a51ffb503f5a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:52.601Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-10T11:09:52.601Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:52.601Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:52.753Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11122922275359001593/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:53.931Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|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-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|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-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|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-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|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-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|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-BasicVm-csar.csar
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-10T11:09:53.932Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T11:09:53.933Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.934Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-10T11:09:53.935Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T11:09:53.936Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-10T11:09:53.937Z|e3f1ed8f-1a71-4870-a635-a61f89e9953f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery